Uses of Class
com.azure.resourcemanager.cdn.models.KeyVaultSigningKeyParameters
Packages that use KeyVaultSigningKeyParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of KeyVaultSigningKeyParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type KeyVaultSigningKeyParametersModifier and TypeClassDescriptionfinal classDescribes the parameters for using a user's KeyVault for URL Signing Key.Methods in com.azure.resourcemanager.cdn.models that return KeyVaultSigningKeyParametersModifier and TypeMethodDescriptionstatic KeyVaultSigningKeyParametersKeyVaultSigningKeyParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultSigningKeyParameters from the JsonReader.UrlSigningKey.keySourceParameters()Get the keySourceParameters property: Defines the parameters for using customer key vault for Url Signing Key.KeyVaultSigningKeyParameters.withResourceGroupName(String resourceGroupName) Set the resourceGroupName property: Resource group of the user's Key Vault containing the secret.KeyVaultSigningKeyParameters.withSecretName(String secretName) Set the secretName property: The name of secret in Key Vault.KeyVaultSigningKeyParameters.withSecretVersion(String secretVersion) Set the secretVersion property: The version(GUID) of secret in Key Vault.KeyVaultSigningKeyParameters.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Subscription Id of the user's Key Vault containing the secret.KeyVaultSigningKeyParameters.withTypeName(String typeName) Set the typeName property: The typeName property.KeyVaultSigningKeyParameters.withVaultName(String vaultName) Set the vaultName property: The name of the user's Key Vault containing the secret.Methods in com.azure.resourcemanager.cdn.models with parameters of type KeyVaultSigningKeyParametersModifier and TypeMethodDescriptionUrlSigningKey.withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters) Set the keySourceParameters property: Defines the parameters for using customer key vault for Url Signing Key.