CustomDomainHttpsParameters Constructors
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.
CustomDomainHttpsParameters() |
Initializes a new instance of the CustomDomainHttpsParameters class. |
CustomDomainHttpsParameters(String, Nullable<MinimumTlsVersion>) |
Initializes a new instance of the CustomDomainHttpsParameters class. |
Initializes a new instance of the CustomDomainHttpsParameters class.
public CustomDomainHttpsParameters();
Public Sub New ()
Applies to
Azure SDK for .NET Legacy
Продукт | Версії |
---|---|
Azure SDK for .NET | Legacy |
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 Legacy
Продукт | Версії |
---|---|
Azure SDK for .NET | Legacy |
Відгук про Azure SDK for .NET
Azure SDK for .NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: