次の方法で共有


ApplicationGatewayBackendHealthOnDemandInner コンストラクター

定義

オーバーロード

ApplicationGatewayBackendHealthOnDemandInner()

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

ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)

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

ApplicationGatewayBackendHealthOnDemandInner()

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

public ApplicationGatewayBackendHealthOnDemandInner ();
Public Sub New ()

適用対象

ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)

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

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

パラメーター

backendAddressPool
SubResource

ApplicationGatewayBackendAddressPool リソースの参照。

backendHealthHttpSettings
ApplicationGatewayBackendHealthHttpSettings

Application Gateway BackendHealthHttp 設定。

適用対象