次の方法で共有


ApplicationGatewayBackendHealthHttpSettings コンストラクター

定義

オーバーロード

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 リソースの参照。

servers
IList<ApplicationGatewayBackendHealthServer>

ApplicationGatewayBackendHealthServer リソースの一覧。

適用対象