次の方法で共有


ApplicationGatewayProbeHealthResponseMatch コンストラクター

定義

オーバーロード

ApplicationGatewayProbeHealthResponseMatch()

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

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

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

ApplicationGatewayProbeHealthResponseMatch()

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

public ApplicationGatewayProbeHealthResponseMatch ();
Public Sub New ()

適用対象

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

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

public ApplicationGatewayProbeHealthResponseMatch (string body = default, System.Collections.Generic.IList<string> statusCodes = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch
Public Sub New (Optional body As String = Nothing, Optional statusCodes As IList(Of String) = Nothing)

パラメーター

body
String

正常性応答に含まれている必要がある本文。 既定値は空です。

statusCodes
IList<String>

正常な状態コードの許可された範囲。 正常な状態コードの既定の範囲は 200 から 399 です。

適用対象