Share via


CustomDomainHttpsParameters Constructors

Definition

Overloads

CustomDomainHttpsParameters()

Initializes a new instance of the CustomDomainHttpsParameters class.

CustomDomainHttpsParameters(ProtocolType)

Initializes a new instance of the CustomDomainHttpsParameters class.

CustomDomainHttpsParameters()

Initializes a new instance of the CustomDomainHttpsParameters class.

public CustomDomainHttpsParameters ();
Public Sub New ()

Applies to

CustomDomainHttpsParameters(ProtocolType)

Initializes a new instance of the CustomDomainHttpsParameters class.

public CustomDomainHttpsParameters (Microsoft.Azure.Management.Cdn.Fluent.Models.ProtocolType protocolType);
new Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainHttpsParameters : Microsoft.Azure.Management.Cdn.Fluent.Models.ProtocolType -> Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainHttpsParameters
Public Sub New (protocolType As ProtocolType)

Parameters

protocolType
ProtocolType

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

Applies to