次の方法で共有


AFDDomainHttpsParameters コンストラクター

定義

オーバーロード

AFDDomainHttpsParameters()

AFDDomainHttpsParameters クラスの新しいインスタンスを初期化します。

AFDDomainHttpsParameters(String, Nullable<AfdMinimumTlsVersion>, ResourceReference)

AFDDomainHttpsParameters クラスの新しいインスタンスを初期化します。

AFDDomainHttpsParameters()

AFDDomainHttpsParameters クラスの新しいインスタンスを初期化します。

public AFDDomainHttpsParameters ();
Public Sub New ()

適用対象

AFDDomainHttpsParameters(String, Nullable<AfdMinimumTlsVersion>, ResourceReference)

AFDDomainHttpsParameters クラスの新しいインスタンスを初期化します。

public AFDDomainHttpsParameters (string certificateType, Microsoft.Azure.Management.Cdn.Models.AfdMinimumTlsVersion? minimumTlsVersion = default, Microsoft.Azure.Management.Cdn.Models.ResourceReference secret = default);
new Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters : string * Nullable<Microsoft.Azure.Management.Cdn.Models.AfdMinimumTlsVersion> * Microsoft.Azure.Management.Cdn.Models.ResourceReference -> Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters
Public Sub New (certificateType As String, Optional minimumTlsVersion As Nullable(Of AfdMinimumTlsVersion) = Nothing, Optional secret As ResourceReference = Nothing)

パラメーター

certificateType
String

SSL 証明書のソースを定義します。 使用できる値は、'CustomerCertificate'、'ManagedCertificate' です。

minimumTlsVersion
Nullable<AfdMinimumTlsVersion>

Https に使用される TLS プロトコルのバージョン。 使用可能な値は、'TLS10'、'TLS12' です。

secret
ResourceReference

シークレットへのリソース参照。Ie。subs/rg/profile/secret

適用対象