次の方法で共有


ApplicationGatewayBackendHealthServer コンストラクター

定義

オーバーロード

ApplicationGatewayBackendHealthServer()

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

ApplicationGatewayBackendHealthServer(String, NetworkInterfaceIPConfiguration, String, String)

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

ApplicationGatewayBackendHealthServer()

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

public ApplicationGatewayBackendHealthServer ();
Public Sub New ()

適用対象

ApplicationGatewayBackendHealthServer(String, NetworkInterfaceIPConfiguration, String, String)

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

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

パラメーター

address
String

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

ipConfiguration
NetworkInterfaceIPConfiguration

バックエンド サーバーの IP 構成への参照。

health
String

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

healthProbeLog
String

正常性プローブ ログ。

適用対象