ApplicationGatewayBackendHealthHttpSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplicationGatewayBackendHealthHttpSettings() |
ApplicationGatewayBackendHealthHttpSettings クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayBackendHealthHttpSettings(SubResource, IList<ApplicationGatewayBackendHealthServer>) |
ApplicationGatewayBackendHealthHttpSettings クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayBackendHealthHttpSettings()
ApplicationGatewayBackendHealthHttpSettings クラスの新しいインスタンスを初期化します。
public ApplicationGatewayBackendHealthHttpSettings ();
Public Sub New ()
適用対象
ApplicationGatewayBackendHealthHttpSettings(SubResource, IList<ApplicationGatewayBackendHealthServer>)
ApplicationGatewayBackendHealthHttpSettings クラスの新しいインスタンスを初期化します。
public ApplicationGatewayBackendHealthHttpSettings (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer> servers = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer> -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings
Public Sub New (Optional backendHttpSettings As SubResource = Nothing, Optional servers As IList(Of ApplicationGatewayBackendHealthServer) = Nothing)
パラメーター
- backendHttpSettings
- SubResource
ApplicationGatewayBackendHttpSettings リソースの参照。
ApplicationGatewayBackendHealthServer リソースの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET