ApplicationGatewayBackendHealthServer コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 構成のリファレンス。
バックエンド サーバーの正常性。 使用可能な値には、'Unknown'、'Up'、'Down'、'Partial'、'Draining' などがあります。
- healthProbeLog
- String
正常性プローブ ログ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET