Uses of Class
com.azure.resourcemanager.cdn.models.CustomerCertificate
-
Packages that use CustomerCertificate Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CustomerCertificate in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CustomerCertificate Modifier and Type Method Description CustomerCertificateCustomerCertificate. withSecretSource(ResourceReference secretSource)Set the secretSource property: Resource reference to the Azure Key Vault certificate.CustomerCertificateCustomerCertificate. withSecretVersion(String secretVersion)Set the secretVersion property: Certificate version.CustomerCertificateCustomerCertificate. withSubjectAlternativeNames(List<String> subjectAlternativeNames)Set the subjectAlternativeNames property: The list of SANs.CustomerCertificateCustomerCertificate. withType(SecretType type)Set the type property: The type of the secret resource.CustomerCertificateCustomerCertificate. withUseLatestVersion(Boolean useLatestVersion)Set the useLatestVersion property: Whether to use the latest version for the certificate.
-