次の方法で共有


ApplicationGatewayBackendHealthServer コンストラクター

定義

オーバーロード

ApplicationGatewayBackendHealthServer()

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

ApplicationGatewayBackendHealthServer(String, SubResource, ApplicationGatewayBackendHealthServerHealth, String)

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

ApplicationGatewayBackendHealthServer()

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

public ApplicationGatewayBackendHealthServer();
Public Sub New ()

適用対象

ApplicationGatewayBackendHealthServer(String, SubResource, ApplicationGatewayBackendHealthServerHealth, String)

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

public ApplicationGatewayBackendHealthServer(string address = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource ipConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth health = default, string healthProbeLog = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer : string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer
Public Sub New (Optional address As String = Nothing, Optional ipConfiguration As SubResource = Nothing, Optional health As ApplicationGatewayBackendHealthServerHealth = Nothing, Optional healthProbeLog As String = Nothing)

パラメーター

address
String

バックエンド サーバーの IP アドレスまたは FQDN。

ipConfiguration
SubResource

バックエンド サーバーの IP 構成のリファレンス。

health
ApplicationGatewayBackendHealthServerHealth

バックエンド サーバーの正常性。 使用可能な値には、'Unknown'、'Up'、'Down'、'Partial'、'Draining' などがあります。

healthProbeLog
String

正常性プローブ ログ。

適用対象