getKeyGroup

Gets an existing KeyGroup within a profile. Uses Azure REST API version 2023-07-01-preview. Other available API versions: 2024-05-01-preview, 2024-06-01-preview.

Return

Contains a list of references of UrlSigningKey type secret objects.

Parameters

argument

null


suspend fun getKeyGroup(keyGroupName: String, profileName: String, resourceGroupName: String): GetKeyGroupResult

Return

Contains a list of references of UrlSigningKey type secret objects.

Parameters

keyGroupName

Name of the KeyGroup under the profile.

profileName

Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.

See also


suspend fun getKeyGroup(argument: suspend GetKeyGroupPlainArgsBuilder.() -> Unit): GetKeyGroupResult

Return

Contains a list of references of UrlSigningKey type secret objects.

Parameters

argument

Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetKeyGroupPlainArgs.

See also