public final class AfdDomainHttpsParameters extends Object
| Constructor and Description |
|---|
AfdDomainHttpsParameters() |
| Modifier and Type | Method and Description |
|---|---|
AfdCertificateType |
certificateType()
Get the certificateType property: Defines the source of the SSL certificate.
|
AfdMinimumTlsVersion |
minimumTlsVersion()
Get the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
ResourceReference |
secret()
Get the secret property: Resource reference to the secret.
|
void |
validate()
Validates the instance.
|
AfdDomainHttpsParameters |
withCertificateType(AfdCertificateType certificateType)
Set the certificateType property: Defines the source of the SSL certificate.
|
AfdDomainHttpsParameters |
withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
AfdDomainHttpsParameters |
withSecret(ResourceReference secret)
Set the secret property: Resource reference to the secret.
|
public AfdCertificateType certificateType()
public AfdDomainHttpsParameters withCertificateType(AfdCertificateType certificateType)
certificateType - the certificateType value to set.public AfdMinimumTlsVersion minimumTlsVersion()
public AfdDomainHttpsParameters withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)
minimumTlsVersion - the minimumTlsVersion value to set.public ResourceReference secret()
public AfdDomainHttpsParameters withSecret(ResourceReference secret)
secret - the secret value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.