GetProfilePlainArgs

data class GetProfilePlainArgs(val hubName: String, val localeCode: String? = null, val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(hubName: String, localeCode: String? = null, profileName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the hub.

Link copied to clipboard
val localeCode: String? = null

Locale of profile to retrieve, default is en-us.

Link copied to clipboard

The name of the profile.

Link copied to clipboard

The name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetProfilePlainArgs