次の方法で共有


ApplicationGatewayOnDemandProbe コンストラクター

定義

オーバーロード

ApplicationGatewayOnDemandProbe()

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

ApplicationGatewayOnDemandProbe(String, String, String, Nullable<Int32>, Nullable<Boolean>, ApplicationGatewayProbeHealthResponseMatch, SubResource, SubResource)

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

ApplicationGatewayOnDemandProbe()

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

public ApplicationGatewayOnDemandProbe ();
Public Sub New ()

適用対象

ApplicationGatewayOnDemandProbe(String, String, String, Nullable<Int32>, Nullable<Boolean>, ApplicationGatewayProbeHealthResponseMatch, SubResource, SubResource)

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

public ApplicationGatewayOnDemandProbe (string protocol = default, string host = default, string path = default, int? timeout = default, bool? pickHostNameFromBackendHttpSettings = default, Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch match = default, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Models.SubResource backendHttpSettings = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayOnDemandProbe : string * string * string * Nullable<int> * Nullable<bool> * Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayOnDemandProbe
Public Sub New (Optional protocol As String = Nothing, Optional host As String = Nothing, Optional path As String = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional pickHostNameFromBackendHttpSettings As Nullable(Of Boolean) = Nothing, Optional match As ApplicationGatewayProbeHealthResponseMatch = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing)

パラメーター

protocol
String

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

host
String

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

path
String

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

timeout
Nullable<Int32>

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

pickHostNameFromBackendHttpSettings
Nullable<Boolean>

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

match
ApplicationGatewayProbeHealthResponseMatch

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

backendAddressPool
SubResource

プローブ要求の送信先となるアプリケーション ゲートウェイのバックエンド プールへの参照。

backendHttpSettings
SubResource

テスト プローブに使用するアプリケーション ゲートウェイのバックエンド http 設定への参照。

適用対象