Uses of Class
com.azure.resourcemanager.cdn.models.KeyVaultCertificateSourceParameters
Packages that use KeyVaultCertificateSourceParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of KeyVaultCertificateSourceParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return KeyVaultCertificateSourceParametersModifier and TypeMethodDescriptionUserManagedHttpsParameters.certificateSourceParameters()Get the certificateSourceParameters property: Defines the certificate source parameters using user's keyvault certificate for enabling SSL.KeyVaultCertificateSourceParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultCertificateSourceParameters from the JsonReader.KeyVaultCertificateSourceParameters.withDeleteRule(DeleteRule deleteRule) Set the deleteRule property: Describes the action that shall be taken when the certificate is removed from Key Vault.KeyVaultCertificateSourceParameters.withResourceGroupName(String resourceGroupName) Set the resourceGroupName property: Resource group of the user's Key Vault containing the SSL certificate.KeyVaultCertificateSourceParameters.withSecretName(String secretName) Set the secretName property: The name of Key Vault Secret (representing the full certificate PFX) in Key Vault.KeyVaultCertificateSourceParameters.withSecretVersion(String secretVersion) Set the secretVersion property: The version(GUID) of Key Vault Secret in Key Vault.KeyVaultCertificateSourceParameters.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Subscription Id of the user's Key Vault containing the SSL certificate.KeyVaultCertificateSourceParameters.withTypeName(String typeName) Set the typeName property: The typeName property.KeyVaultCertificateSourceParameters.withUpdateRule(UpdateRule updateRule) Set the updateRule property: Describes the action that shall be taken when the certificate is updated in Key Vault.KeyVaultCertificateSourceParameters.withVaultName(String vaultName) Set the vaultName property: The name of the user's Key Vault containing the SSL certificate.Methods in com.azure.resourcemanager.cdn.models with parameters of type KeyVaultCertificateSourceParametersModifier and TypeMethodDescriptionUserManagedHttpsParameters.withCertificateSourceParameters(KeyVaultCertificateSourceParameters certificateSourceParameters) Set the certificateSourceParameters property: Defines the certificate source parameters using user's keyvault certificate for enabling SSL.