次の方法で共有


ApplicationGatewayBackendHealthHttpSettings コンストラクター

定義

オーバーロード

ApplicationGatewayBackendHealthHttpSettings()

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

ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)

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

ApplicationGatewayBackendHealthHttpSettings()

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

public ApplicationGatewayBackendHealthHttpSettings ();
Public Sub New ()

適用対象

ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)

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

public ApplicationGatewayBackendHealthHttpSettings (Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHttpSettings backendHttpSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> servers = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings : Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHttpSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings
Public Sub New (Optional backendHttpSettings As ApplicationGatewayBackendHttpSettings = Nothing, Optional servers As IList(Of ApplicationGatewayBackendHealthServer) = Nothing)

パラメーター

backendHttpSettings
ApplicationGatewayBackendHttpSettings

ApplicationGatewayBackendHttpSettings リソースへの参照。

servers
IList<ApplicationGatewayBackendHealthServer>

ApplicationGatewayBackendHealthServer リソースの一覧。

適用対象