Class KeyVaultSigningKeyParameters
java.lang.Object
com.azure.resourcemanager.cdn.models.KeyVaultSigningKeyParameters
Describes the parameters for using a user's KeyVault for URL Signing Key.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of KeyVaultSigningKeyParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceGroupName property: Resource group of the user's Key Vault containing the secret.Get the secretName property: The name of secret in Key Vault.Get the secretVersion property: The version(GUID) of secret in Key Vault.Get the subscriptionId property: Subscription Id of the user's Key Vault containing the secret.typeName()Get the typeName property: The typeName property.voidvalidate()Validates the instance.Get the vaultName property: The name of the user's Key Vault containing the secret.withResourceGroupName(String resourceGroupName) Set the resourceGroupName property: Resource group of the user's Key Vault containing the secret.withSecretName(String secretName) Set the secretName property: The name of secret in Key Vault.withSecretVersion(String secretVersion) Set the secretVersion property: The version(GUID) of secret in Key Vault.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Subscription Id of the user's Key Vault containing the secret.withTypeName(String typeName) Set the typeName property: The typeName property.withVaultName(String vaultName) Set the vaultName property: The name of the user's Key Vault containing the secret.
-
Constructor Details
-
KeyVaultSigningKeyParameters
public KeyVaultSigningKeyParameters()Creates an instance of KeyVaultSigningKeyParameters class.
-
-
Method Details
-
typeName
Get the typeName property: The typeName property.- Returns:
- the typeName value.
-
withTypeName
Set the typeName property: The typeName property.- Parameters:
typeName- the typeName value to set.- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
subscriptionId
Get the subscriptionId property: Subscription Id of the user's Key Vault containing the secret.- Returns:
- the subscriptionId value.
-
withSubscriptionId
Set the subscriptionId property: 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 the resourceGroupName property: Resource group of the user's Key Vault containing the secret.- Returns:
- the resourceGroupName value.
-
withResourceGroupName
Set the resourceGroupName property: 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 vaultName property: The name of the user's Key Vault containing the secret.- Returns:
- the vaultName value.
-
withVaultName
Set the vaultName property: 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 secretName property: The name of secret in Key Vault.- Returns:
- the secretName value.
-
withSecretName
Set the secretName property: The name of secret in Key Vault.- Parameters:
secretName- the secretName value to set.- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
secretVersion
Get the secretVersion property: The version(GUID) of secret in Key Vault.- Returns:
- the secretVersion value.
-
withSecretVersion
Set the secretVersion property: The version(GUID) of secret in Key Vault.- Parameters:
secretVersion- the secretVersion value to set.- Returns:
- the KeyVaultSigningKeyParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-