次の方法で共有


CustomDomainHttpsParameters コンストラクター

定義

オーバーロード

CustomDomainHttpsParameters()

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

CustomDomainHttpsParameters(ProtocolType)

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

CustomDomainHttpsParameters()

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

public CustomDomainHttpsParameters ();
Public Sub New ()

適用対象

CustomDomainHttpsParameters(ProtocolType)

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

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)

パラメーター

protocolType
ProtocolType

セキュリティで保護された配信に使用される TLS 拡張機能プロトコルを定義します。 使用可能な値は、'ServerNameIndication'、'IPBased' です。

適用対象