Class AFDDomainHttpsParameters
java.lang.Object
com.microsoft.azure.management.cdn.AFDDomainHttpsParameters
The JSON object that contains the properties to secure a domain.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet defines the source of the SSL certificate.Get tLS protocol version that will be used for Https.secret()
Get resource reference to the secret.withCertificateType
(AfdCertificateType certificateType) Set defines the source of the SSL certificate.withMinimumTlsVersion
(AfdMinimumTlsVersion minimumTlsVersion) Set tLS protocol version that will be used for Https.withSecret
(ResourceReference secret) Set resource reference to the secret.
-
Constructor Details
-
AFDDomainHttpsParameters
public AFDDomainHttpsParameters()
-
-
Method Details
-
certificateType
Get defines the source of the SSL certificate. Possible values include: 'CustomerCertificate', 'ManagedCertificate'.- Returns:
- the certificateType value
-
withCertificateType
Set defines the source of the SSL certificate. Possible values include: 'CustomerCertificate', 'ManagedCertificate'.- Parameters:
certificateType
- the certificateType value to set- Returns:
- the AFDDomainHttpsParameters object itself.
-
minimumTlsVersion
Get tLS protocol version that will be used for Https. Possible values include: 'TLS10', 'TLS12'.- Returns:
- the minimumTlsVersion value
-
withMinimumTlsVersion
Set tLS protocol version that will be used for Https. Possible values include: 'TLS10', 'TLS12'.- Parameters:
minimumTlsVersion
- the minimumTlsVersion value to set- Returns:
- the AFDDomainHttpsParameters object itself.
-
secret
Get resource reference to the secret. ie. subs/rg/profile/secret.- Returns:
- the secret value
-
withSecret
Set resource reference to the secret. ie. subs/rg/profile/secret.- Parameters:
secret
- the secret value to set- Returns:
- the AFDDomainHttpsParameters object itself.
-