次の方法で共有


HTTPConfiguration コンストラクター

定義

オーバーロード

HTTPConfiguration()

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

HTTPConfiguration(String, IList<HTTPHeader>, IList<Nullable<Int32>>)

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

HTTPConfiguration()

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

public HTTPConfiguration ();
Public Sub New ()

適用対象

HTTPConfiguration(String, IList<HTTPHeader>, IList<Nullable<Int32>>)

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

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

パラメーター

method
String

HTTP メソッド。 使用可能な値は次のとおりです: 'Get'

headers
IList<HTTPHeader>

HTTP ヘッダーの一覧。

validStatusCodes
IList<Nullable<Int32>>

有効な状態コード。

適用対象