getProfile

Gets information about the specified profile. Uses Azure REST API version 2017-04-26.

Return

The profile resource format.

Parameters

argument

null


suspend fun getProfile(hubName: String, localeCode: String? = null, profileName: String, resourceGroupName: String): GetProfileResult

Return

The profile resource format.

Parameters

hubName

The name of the hub.

localeCode

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

profileName

The name of the profile.

resourceGroupName

The name of the resource group.

See also


suspend fun getProfile(argument: suspend GetProfilePlainArgsBuilder.() -> Unit): GetProfileResult

Return

The profile resource format.

Parameters

argument

Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetProfilePlainArgs.

See also