次の方法で共有


ApplicationGatewayBackendHealthOnDemand コンストラクター

定義

オーバーロード

ApplicationGatewayBackendHealthOnDemand()

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

ApplicationGatewayBackendHealthOnDemand(ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHealthHttpSettings)

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

ApplicationGatewayBackendHealthOnDemand()

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

public ApplicationGatewayBackendHealthOnDemand ();
Public Sub New ()

適用対象

ApplicationGatewayBackendHealthOnDemand(ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHealthHttpSettings)

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

public ApplicationGatewayBackendHealthOnDemand (Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool backendAddressPool = default, Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthOnDemand : Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool * Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthOnDemand
Public Sub New (Optional backendAddressPool As ApplicationGatewayBackendAddressPool = Nothing, Optional backendHealthHttpSettings As ApplicationGatewayBackendHealthHttpSettings = Nothing)

パラメーター

backendAddressPool
ApplicationGatewayBackendAddressPool

ApplicationGatewayBackendAddressPool リソースへの参照。

backendHealthHttpSettings
ApplicationGatewayBackendHealthHttpSettings

Application Gateway BackendHealthHttp 設定。

適用対象