Uses of Class
com.azure.resourcemanager.cdn.models.CustomerCertificate
Packages that use CustomerCertificate
Package
Description
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 CustomerCertificateModifier and TypeMethodDescriptionstatic CustomerCertificateCustomerCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomerCertificate from the JsonReader.CustomerCertificate.withSecretSource(ResourceReference secretSource) Set the secretSource property: Resource reference to the Azure Key Vault certificate.CustomerCertificate.withSecretVersion(String secretVersion) Set the secretVersion property: Certificate version.CustomerCertificate.withSubjectAlternativeNames(List<String> subjectAlternativeNames) Set the subjectAlternativeNames property: The list of SANs.CustomerCertificate.withType(SecretType type) Set the type property: The type of the secret resource.CustomerCertificate.withUseLatestVersion(Boolean useLatestVersion) Set the useLatestVersion property: Whether to use the latest version for the certificate.