GetKeyGroupPlainArgs

data class GetKeyGroupPlainArgs(val keyGroupName: String, val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetKeyGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(keyGroupName: String, profileName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the KeyGroup under the profile.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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