Class KeyVaultCertificateSourceParameters
java.lang.Object
com.microsoft.azure.management.cdn.KeyVaultCertificateSourceParameters
Describes the parameters for using a user's KeyVault certificate for
securing custom domain.
-
Constructor Summary
ConstructorDescriptionCreates an instance of KeyVaultCertificateSourceParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet describes the action that shall be taken when the certificate is removed from Key Vault.Get the odatatype value.Get resource group of the user's Key Vault containing the SSL certificate.Get the name of Key Vault Secret (representing the full certificate PFX) in Key Vault.Get the version(GUID) of Key Vault Secret in Key Vault.Get subscription Id of the user's Key Vault containing the SSL certificate.Get describes the action that shall be taken when the certificate is updated in Key Vault.Get the name of the user's Key Vault containing the SSL certificate.withDeleteRule
(String deleteRule) Set describes the action that shall be taken when the certificate is removed from Key Vault.withOdatatype
(String odatatype) Set the odatatype value.withResourceGroupName
(String resourceGroupName) Set resource group of the user's Key Vault containing the SSL certificate.withSecretName
(String secretName) Set the name of Key Vault Secret (representing the full certificate PFX) in Key Vault.withSecretVersion
(String secretVersion) Set the version(GUID) of Key Vault Secret in Key Vault.withSubscriptionId
(String subscriptionId) Set subscription Id of the user's Key Vault containing the SSL certificate.withUpdateRule
(String updateRule) Set describes the action that shall be taken when the certificate is updated in Key Vault.withVaultName
(String vaultName) Set the name of the user's Key Vault containing the SSL certificate.
-
Constructor Details
-
KeyVaultCertificateSourceParameters
public KeyVaultCertificateSourceParameters()Creates an instance of KeyVaultCertificateSourceParameters class.
-
-
Method Details
-
odatatype
Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-
subscriptionId
Get subscription Id of the user's Key Vault containing the SSL certificate.- Returns:
- the subscriptionId value
-
withSubscriptionId
Set subscription Id of the user's Key Vault containing the SSL certificate.- Parameters:
subscriptionId
- the subscriptionId value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-
resourceGroupName
Get resource group of the user's Key Vault containing the SSL certificate.- Returns:
- the resourceGroupName value
-
withResourceGroupName
Set resource group of the user's Key Vault containing the SSL certificate.- Parameters:
resourceGroupName
- the resourceGroupName value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-
vaultName
Get the name of the user's Key Vault containing the SSL certificate.- Returns:
- the vaultName value
-
withVaultName
Set the name of the user's Key Vault containing the SSL certificate.- Parameters:
vaultName
- the vaultName value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-
secretName
Get the name of Key Vault Secret (representing the full certificate PFX) in Key Vault.- Returns:
- the secretName value
-
withSecretName
Set the name of Key Vault Secret (representing the full certificate PFX) in Key Vault.- Parameters:
secretName
- the secretName value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-
secretVersion
Get the version(GUID) of Key Vault Secret in Key Vault.- Returns:
- the secretVersion value
-
withSecretVersion
Set the version(GUID) of Key Vault Secret in Key Vault.- Parameters:
secretVersion
- the secretVersion value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-
updateRule
Get describes the action that shall be taken when the certificate is updated in Key Vault.- Returns:
- the updateRule value
-
withUpdateRule
Set describes the action that shall be taken when the certificate is updated in Key Vault.- Parameters:
updateRule
- the updateRule value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-
deleteRule
Get describes the action that shall be taken when the certificate is removed from Key Vault.- Returns:
- the deleteRule value
-
withDeleteRule
Set describes the action that shall be taken when the certificate is removed from Key Vault.- Parameters:
deleteRule
- the deleteRule value to set- Returns:
- the KeyVaultCertificateSourceParameters object itself.
-