次の方法で共有


ApplicationGatewayProbe コンストラクター

定義

オーバーロード

ApplicationGatewayProbe()

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

ApplicationGatewayProbe(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, ApplicationGatewayProbeHealthResponseMatch, String, Nullable<Int32>, String, String, String)

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

ApplicationGatewayProbe()

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

public ApplicationGatewayProbe ();
Public Sub New ()

適用対象

ApplicationGatewayProbe(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, ApplicationGatewayProbeHealthResponseMatch, String, Nullable<Int32>, String, String, String)

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

public ApplicationGatewayProbe (string id = default, string protocol = default, string host = default, string path = default, int? interval = default, int? timeout = default, int? unhealthyThreshold = default, bool? pickHostNameFromBackendHttpSettings = default, bool? pickHostNameFromBackendSettings = default, int? minServers = default, Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch match = default, string provisioningState = default, int? port = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbe : string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<int> * Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch * string * Nullable<int> * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbe
Public Sub New (Optional id As String = Nothing, Optional protocol As String = Nothing, Optional host As String = Nothing, Optional path As String = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional unhealthyThreshold As Nullable(Of Integer) = Nothing, Optional pickHostNameFromBackendHttpSettings As Nullable(Of Boolean) = Nothing, Optional pickHostNameFromBackendSettings As Nullable(Of Boolean) = Nothing, Optional minServers As Nullable(Of Integer) = Nothing, Optional match As ApplicationGatewayProbeHealthResponseMatch = Nothing, Optional provisioningState As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソースの ID

protocol
String

プローブに使用されるプロトコル。 使用可能な値は、'Http'、'Https'、'Tcp'、'Tls' です。

host
String

プローブの送信先となるホスト名。

path
String

プローブの相対パス。 有効なパスは '/' から始まります。 プローブは Protocol>://<host>:<port><パス>に<送信されます。

interval
Nullable<Int32>

プローブ間隔 (秒単位)。 2 つの連続するプローブの時間間隔。 許容される値は 1 秒から 86400 秒です。

timeout
Nullable<Int32>

プローブのタイムアウト (秒単位)。 このタイムアウト期間で有効な応答が受信されなかった場合、プローブは失敗としてマークされます。 許容される値は 1 秒から 86400 秒です。

unhealthyThreshold
Nullable<Int32>

プローブの再試行回数。 バックエンド サーバーは、連続するプローブエラー数が UnhealthyThreshold に達した後にマークされます。 使用できる値は 1 秒から 20 です。

pickHostNameFromBackendHttpSettings
Nullable<Boolean>

バックエンド http 設定からホスト ヘッダーを選択する必要があるかどうか。 既定値は false です。

pickHostNameFromBackendSettings
Nullable<Boolean>

Tls プロトコルのバックエンド設定からサーバー名の表示を選択する必要があるかどうか。 既定値は false です。

minServers
Nullable<Int32>

常に正常とマークされているサーバーの最小数。 既定値は 0 です。

match
ApplicationGatewayProbeHealthResponseMatch

正常なプローブ応答を分類するための基準。

provisioningState
String

プローブ リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

port
Nullable<Int32>

バックエンド サーバーのプローブに使用されるカスタム ポート。 有効な値の範囲は 1 ~ 65535 です。 設定されていない場合は、http 設定からのポートが使用されます。 このプロパティは、Standard_v2およびWAF_v2に対してのみ有効です。

name
String

Application Gateway内で一意のプローブの名前。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

type
String

リソースの種類。

適用対象