CustomDomainHttpsParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CustomDomainHttpsParameters() |
Initializes a new instance of the CustomDomainHttpsParameters class. |
CustomDomainHttpsParameters(String, Nullable<MinimumTlsVersion>) |
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(String, Nullable<MinimumTlsVersion>)
Initializes a new instance of the CustomDomainHttpsParameters class.
public CustomDomainHttpsParameters (string protocolType, Microsoft.Azure.Management.Cdn.Models.MinimumTlsVersion? minimumTlsVersion = default);
new Microsoft.Azure.Management.Cdn.Models.CustomDomainHttpsParameters : string * Nullable<Microsoft.Azure.Management.Cdn.Models.MinimumTlsVersion> -> Microsoft.Azure.Management.Cdn.Models.CustomDomainHttpsParameters
Public Sub New (protocolType As String, Optional minimumTlsVersion As Nullable(Of MinimumTlsVersion) = Nothing)
Parameters
- protocolType
- String
Defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased'
- minimumTlsVersion
- Nullable<MinimumTlsVersion>
TLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'
Applies to
Azure SDK for .NET