| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CustomerCertificate |
CustomerCertificate.withCertificateAuthority(String certificateAuthority)
Set the certificateAuthority property: Certificate issuing authority.
|
CustomerCertificate |
CustomerCertificate.withCertificateUrl(String certificateUrl)
Set the certificateUrl property: Complete Url to the certificate.
|
CustomerCertificate |
CustomerCertificate.withExpirationDate(String expirationDate)
Set the expirationDate property: Certificate expiration date.
|
CustomerCertificate |
CustomerCertificate.withSubject(String subject)
Set the subject property: Subject name in the certificate.
|
CustomerCertificate |
CustomerCertificate.withSubjectAlternativeNames(List<String> subjectAlternativeNames)
Set the subjectAlternativeNames property: The list of SANs.
|
CustomerCertificate |
CustomerCertificate.withThumbprint(String thumbprint)
Set the thumbprint property: Certificate thumbprint.
|
CustomerCertificate |
CustomerCertificate.withUseLatestVersion(Boolean useLatestVersion)
Set the useLatestVersion property: Whether to use the latest version for the certificate.
|
CustomerCertificate |
CustomerCertificate.withVersion(String version)
Set the version property: Certificate version.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.