Uses of Class
com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters
Packages that use KeyVaultSigningKeyParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of KeyVaultSigningKeyParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return KeyVaultSigningKeyParametersModifier and TypeMethodDescriptionUrlSigningKey.keySourceParameters()Get defines the parameters for using customer key vault for Url Signing Key.KeyVaultSigningKeyParameters.withOdatatype(String odatatype) Set the odatatype value.KeyVaultSigningKeyParameters.withResourceGroupName(String resourceGroupName) Set resource group of the user's Key Vault containing the secret.KeyVaultSigningKeyParameters.withSecretName(String secretName) Set the name of secret in Key Vault.KeyVaultSigningKeyParameters.withSecretVersion(String secretVersion) Set the version(GUID) of secret in Key Vault.KeyVaultSigningKeyParameters.withSubscriptionId(String subscriptionId) Set subscription Id of the user's Key Vault containing the secret.KeyVaultSigningKeyParameters.withVaultName(String vaultName) Set the name of the user's Key Vault containing the secret.Methods in com.microsoft.azure.management.cdn with parameters of type KeyVaultSigningKeyParametersModifier and TypeMethodDescriptionUrlSigningKey.withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters) Set defines the parameters for using customer key vault for Url Signing Key.