次の方法で共有


ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration コンストラクター

定義

オーバーロード

ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration()

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

ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration(String, IList<Nullable<Int64>>, IList<HTTPHeader>)

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

ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration()

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

public ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration ();
Public Sub New ()

適用対象

ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration(String, IList<Nullable<Int64>>, IList<HTTPHeader>)

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

public ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration (string method = default, System.Collections.Generic.IList<long?> validStatusCodes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HTTPHeader> headers = default);
new Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration : string * System.Collections.Generic.IList<Nullable<int64>> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HTTPHeader> -> Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration
Public Sub New (Optional method As String = Nothing, Optional validStatusCodes As IList(Of Nullable(Of Long)) = Nothing, Optional headers As IList(Of HTTPHeader) = Nothing)

パラメーター

method
String

使用する HTTP メソッド。 使用可能な値は、'GET'、'POST' です。

validStatusCodes
IList<Nullable<Int64>>

要求応答に対して有効と見なされる HTTP 状態コードの一覧。

headers
IList<HTTPHeader>

要求に含めるヘッダーの一覧。

適用対象