次の方法で共有


ProtocolConfiguration コンストラクター

定義

オーバーロード

ProtocolConfiguration()

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

ProtocolConfiguration(HTTPConfiguration)

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

ProtocolConfiguration()

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

public ProtocolConfiguration ();
Public Sub New ()

適用対象

ProtocolConfiguration(HTTPConfiguration)

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

public ProtocolConfiguration (Microsoft.Azure.Management.Network.Fluent.Models.HTTPConfiguration hTTPConfiguration = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ProtocolConfiguration : Microsoft.Azure.Management.Network.Fluent.Models.HTTPConfiguration -> Microsoft.Azure.Management.Network.Fluent.Models.ProtocolConfiguration
Public Sub New (Optional hTTPConfiguration As HTTPConfiguration = Nothing)

パラメーター

hTTPConfiguration
HTTPConfiguration

接続チェックの HTTP 構成。

適用対象