Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.KeyVaultCertificateSourceParameters
Packages that use KeyVaultCertificateSourceParameters
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
-
Uses of KeyVaultCertificateSourceParameters in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return KeyVaultCertificateSourceParametersModifier and TypeMethodDescriptionKeyVaultCertificateSourceParameters.withSecretName(String secretName) Set the secretName property: The name of the Key Vault secret representing the full certificate PFX.KeyVaultCertificateSourceParameters.withSecretVersion(String secretVersion) Set the secretVersion property: The version of the Key Vault secret representing the full certificate PFX.KeyVaultCertificateSourceParameters.withVault(KeyVaultCertificateSourceParametersVault vault) Set the vault property: The Key Vault containing the SSL certificate.