ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
- headers
- IList<HTTPHeader>
要求に含めるヘッダーの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET