Uses of Class
com.azure.resourcemanager.cdn.models.CustomerCertificateParameters
Packages that use CustomerCertificateParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CustomerCertificateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CustomerCertificateParametersModifier and TypeMethodDescriptionCustomerCertificateParameters.withSecretSource(ResourceReference secretSource) Set the secretSource property: Resource reference to the Azure Key Vault certificate.CustomerCertificateParameters.withSecretVersion(String secretVersion) Set the secretVersion property: Version of the secret to be used.CustomerCertificateParameters.withSubjectAlternativeNames(List<String> subjectAlternativeNames) Set the subjectAlternativeNames property: The list of SANs.CustomerCertificateParameters.withUseLatestVersion(Boolean useLatestVersion) Set the useLatestVersion property: Whether to use the latest version for the certificate.