public class CustomDomainHttpsParameters extends Object
| Constructor and Description |
|---|
CustomDomainHttpsParameters() |
| Modifier and Type | Method and Description |
|---|---|
MinimumTlsVersion |
minimumTlsVersion()
Get the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
ProtocolType |
protocolType()
Get the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
|
void |
validate()
Validates the instance.
|
CustomDomainHttpsParameters |
withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
CustomDomainHttpsParameters |
withProtocolType(ProtocolType protocolType)
Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
|
public ProtocolType protocolType()
public CustomDomainHttpsParameters withProtocolType(ProtocolType protocolType)
protocolType - the protocolType value to set.public MinimumTlsVersion minimumTlsVersion()
public CustomDomainHttpsParameters withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
minimumTlsVersion - the minimumTlsVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.