Aracılığıyla paylaş


CustomDomainHttpsParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.CustomDomainHttpsParameters

public class CustomDomainHttpsParameters

The JSON object that contains the properties to secure a custom domain.

Constructor Summary

Constructor Description
CustomDomainHttpsParameters()

Method Summary

Modifier and Type Method and Description
MinimumTlsVersion minimumTlsVersion()

Get tLS protocol version that will be used for Https.

ProtocolType protocolType()

Get defines the TLS extension protocol that is used for secure delivery.

CustomDomainHttpsParameters withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)

Set tLS protocol version that will be used for Https.

CustomDomainHttpsParameters withProtocolType(ProtocolType protocolType)

Set defines the TLS extension protocol that is used for secure delivery.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CustomDomainHttpsParameters

public CustomDomainHttpsParameters()

Method Details

minimumTlsVersion

public MinimumTlsVersion minimumTlsVersion()

Get tLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'.

Returns:

the minimumTlsVersion value

protocolType

public ProtocolType protocolType()

Get defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased'.

Returns:

the protocolType value

withMinimumTlsVersion

public CustomDomainHttpsParameters withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)

Set tLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'.

Parameters:

minimumTlsVersion - the minimumTlsVersion value to set

Returns:

the CustomDomainHttpsParameters object itself.

withProtocolType

public CustomDomainHttpsParameters withProtocolType(ProtocolType protocolType)

Set defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased'.

Parameters:

protocolType - the protocolType value to set

Returns:

the CustomDomainHttpsParameters object itself.

Applies to