Class KeyVaultSigningKeyParameters
java.lang.Object
com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters
Describes the parameters for using a user's KeyVault for URL Signing Key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates an instance of KeyVaultSigningKeyParameters class.Get resource group of the user's Key Vault containing the secret.Get the name of secret in Key Vault.Get the version(GUID) of secret in Key Vault.Get subscription Id of the user's Key Vault containing the secret.Get the name of the user's Key Vault containing the secret.withOdatatype
(String odatatype) Set the odatatype value.withResourceGroupName
(String resourceGroupName) Set resource group of the user's Key Vault containing the secret.withSecretName
(String secretName) Set the name of secret in Key Vault.withSecretVersion
(String secretVersion) Set the version(GUID) of secret in Key Vault.withSubscriptionId
(String subscriptionId) Set subscription Id of the user's Key Vault containing the secret.withVaultName
(String vaultName) Set the name of the user's Key Vault containing the secret.
-
Constructor Details
-
KeyVaultSigningKeyParameters
public KeyVaultSigningKeyParameters()
-
-
Method Details
-
odatatype
Creates an instance of KeyVaultSigningKeyParameters class. public KeyVaultSigningKeyParameters() { odatatype = "#Microsoft.Azure.Cdn.Models.KeyVaultSigningKeyParameters"; } /** Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
subscriptionId
Get subscription Id of the user's Key Vault containing the secret.- Returns:
- the subscriptionId value
-
withSubscriptionId
Set subscription Id of the user's Key Vault containing the secret.- Parameters:
subscriptionId
- the subscriptionId value to set- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
resourceGroupName
Get resource group of the user's Key Vault containing the secret.- Returns:
- the resourceGroupName value
-
withResourceGroupName
Set resource group of the user's Key Vault containing the secret.- Parameters:
resourceGroupName
- the resourceGroupName value to set- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
vaultName
Get the name of the user's Key Vault containing the secret.- Returns:
- the vaultName value
-
withVaultName
Set the name of the user's Key Vault containing the secret.- Parameters:
vaultName
- the vaultName value to set- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
secretName
Get the name of secret in Key Vault.- Returns:
- the secretName value
-
withSecretName
Set the name of secret in Key Vault.- Parameters:
secretName
- the secretName value to set- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
secretVersion
Get the version(GUID) of secret in Key Vault.- Returns:
- the secretVersion value
-
withSecretVersion
Set the version(GUID) of secret in Key Vault.- Parameters:
secretVersion
- the secretVersion value to set- Returns:
- the KeyVaultSigningKeyParameters object itself.
-