Class CustomerCertificateParameters
java.lang.Object
com.microsoft.azure.management.cdn.SecretParameters
com.microsoft.azure.management.cdn.CustomerCertificateParameters
Customer Certificate used for https.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet certificate issuing authority.Get resource reference to the KV secret.Get version of the secret to be used.Get the list of SANs.Get whether to use the latest version for the certificate.withCertificateAuthority
(String certificateAuthority) Set certificate issuing authority.withSecretSource
(ResourceReference secretSource) Set resource reference to the KV secret.withSecretVersion
(String secretVersion) Set version of the secret to be used.withSubjectAlternativeNames
(List<String> subjectAlternativeNames) Set the list of SANs.withUseLatestVersion
(Boolean useLatestVersion) Set whether to use the latest version for the certificate.
-
Constructor Details
-
CustomerCertificateParameters
public CustomerCertificateParameters()
-
-
Method Details
-
secretSource
Get resource reference to the KV secret.- Returns:
- the secretSource value
-
withSecretSource
Set resource reference to the KV secret.- Parameters:
secretSource
- the secretSource value to set- Returns:
- the CustomerCertificateParameters object itself.
-
secretVersion
Get version of the secret to be used.- Returns:
- the secretVersion value
-
withSecretVersion
Set version of the secret to be used.- Parameters:
secretVersion
- the secretVersion value to set- Returns:
- the CustomerCertificateParameters 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 CustomerCertificateParameters 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 CustomerCertificateParameters object itself.
-
subjectAlternativeNames
Get the list of SANs.- Returns:
- the subjectAlternativeNames value
-
withSubjectAlternativeNames
public CustomerCertificateParameters withSubjectAlternativeNames(List<String> subjectAlternativeNames) Set the list of SANs.- Parameters:
subjectAlternativeNames
- the subjectAlternativeNames value to set- Returns:
- the CustomerCertificateParameters object itself.
-