CustomDomainHttpsParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters

public class CustomDomainHttpsParameters

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

Constructor Summary

Constructor Description
CustomDomainHttpsParameters()

Creates an instance of CustomDomainHttpsParameters class.

Method Summary

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.

Methods inherited from java.lang.Object

Constructor Details

CustomDomainHttpsParameters

public CustomDomainHttpsParameters()

Creates an instance of CustomDomainHttpsParameters class.

Method Details

minimumTlsVersion

public MinimumTlsVersion minimumTlsVersion()

Get the minimumTlsVersion property: TLS protocol version that will be used for Https.

Returns:

the minimumTlsVersion value.

protocolType

public ProtocolType protocolType()

Get the protocolType property: Defines the TLS extension protocol that is used for secure delivery.

Returns:

the protocolType value.

validate

public void validate()

Validates the instance.

withMinimumTlsVersion

public CustomDomainHttpsParameters withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)

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.

withProtocolType

public CustomDomainHttpsParameters withProtocolType(ProtocolType protocolType)

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.

Applies to