Class CustomerCertificate
java.lang.Object
com.microsoft.azure.management.cdn.Certificate
com.microsoft.azure.management.cdn.CustomerCertificate
Customer Certificate used for https.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet certificate issuing authority.Get complete Url to the certificate.Get the list of SANs.Get whether to use the latest version for the certificate.version()
Get certificate version.withCertificateAuthority
(String certificateAuthority) Set certificate issuing authority.withCertificateUrl
(String certificateUrl) Set complete Url to the certificate.withSubjectAlternativeNames
(List<String> subjectAlternativeNames) Set the list of SANs.withUseLatestVersion
(Boolean useLatestVersion) Set whether to use the latest version for the certificate.withVersion
(String version) Set certificate version.Methods inherited from class com.microsoft.azure.management.cdn.Certificate
expirationDate, subject, thumbprint, withExpirationDate, withSubject, withThumbprint
-
Constructor Details
-
CustomerCertificate
public CustomerCertificate()
-
-
Method Details
-
version
Get certificate version.- Returns:
- the version value
-
withVersion
Set certificate version.- Parameters:
version
- the version value to set- Returns:
- the CustomerCertificate object itself.
-
certificateAuthority
Get certificate issuing authority.- Returns:
- the certificateAuthority value
-
withCertificateAuthority
Set certificate issuing authority.- Parameters:
certificateAuthority
- the certificateAuthority value to set- Returns:
- the CustomerCertificate object itself.
-
certificateUrl
Get complete Url to the certificate.- Returns:
- the certificateUrl value
-
withCertificateUrl
Set complete Url to the certificate.- Parameters:
certificateUrl
- the certificateUrl value to set- Returns:
- the CustomerCertificate object itself.
-
useLatestVersion
Get whether to use the latest version for the certificate.- Returns:
- the useLatestVersion value
-
withUseLatestVersion
Set whether to use the latest version for the certificate.- Parameters:
useLatestVersion
- the useLatestVersion value to set- Returns:
- the CustomerCertificate object itself.
-
subjectAlternativeNames
Get the list of SANs.- Returns:
- the subjectAlternativeNames value
-
withSubjectAlternativeNames
Set the list of SANs.- Parameters:
subjectAlternativeNames
- the subjectAlternativeNames value to set- Returns:
- the CustomerCertificate object itself.
-