Uses of Class
com.microsoft.azure.management.cdn.KeyVaultCertificateSourceParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of KeyVaultCertificateSourceParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionUserManagedHttpsParameters.certificateSourceParameters()
Get defines the certificate source parameters using user's keyvault certificate for enabling SSL.KeyVaultCertificateSourceParameters.withDeleteRule
(String deleteRule) Set describes the action that shall be taken when the certificate is removed from Key Vault.KeyVaultCertificateSourceParameters.withOdatatype
(String odatatype) Set the odatatype value.KeyVaultCertificateSourceParameters.withResourceGroupName
(String resourceGroupName) Set resource group of the user's Key Vault containing the SSL certificate.KeyVaultCertificateSourceParameters.withSecretName
(String secretName) Set the name of Key Vault Secret (representing the full certificate PFX) in Key Vault.KeyVaultCertificateSourceParameters.withSecretVersion
(String secretVersion) Set the version(GUID) of Key Vault Secret in Key Vault.KeyVaultCertificateSourceParameters.withSubscriptionId
(String subscriptionId) Set subscription Id of the user's Key Vault containing the SSL certificate.KeyVaultCertificateSourceParameters.withUpdateRule
(String updateRule) Set describes the action that shall be taken when the certificate is updated in Key Vault.KeyVaultCertificateSourceParameters.withVaultName
(String vaultName) Set the name of the user's Key Vault containing the SSL certificate.Modifier and TypeMethodDescriptionUserManagedHttpsParameters.withCertificateSourceParameters
(KeyVaultCertificateSourceParameters certificateSourceParameters) Set defines the certificate source parameters using user's keyvault certificate for enabling SSL.