Class CustomDomainHttpsParameters
java.lang.Object
com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters
- Direct Known Subclasses:
CdnManagedHttpsParameters,UserManagedHttpsParameters
The JSON object that contains the properties to secure a custom domain.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the minimumTlsVersion property: TLS protocol version that will be used for Https.Get the protocolType property: Defines the TLS extension protocol that is used for secure delivery.voidvalidate()Validates the instance.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: TLS protocol version that will be used for Https.withProtocolType(ProtocolType protocolType) Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
-
Constructor Details
-
CustomDomainHttpsParameters
public CustomDomainHttpsParameters()
-
-
Method Details
-
protocolType
Get the protocolType property: Defines the TLS extension protocol that is used for secure delivery.- Returns:
- the protocolType value.
-
withProtocolType
Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.- Parameters:
protocolType- the protocolType value to set.- Returns:
- the CustomDomainHttpsParameters object itself.
-
minimumTlsVersion
Get the minimumTlsVersion property: TLS protocol version that will be used for Https.- Returns:
- the minimumTlsVersion value.
-
withMinimumTlsVersion
Set the minimumTlsVersion property: TLS protocol version that will be used for Https.- Parameters:
minimumTlsVersion- the minimumTlsVersion value to set.- Returns:
- the CustomDomainHttpsParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-