次の方法で共有


IWithBackendPort<ReturnT> インターフェイス

定義

負荷分散規則定義のステージ。負荷分散トラフィックを送信するバックエンド ポートを指定できます。

public interface IWithBackendPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Definition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithAttach<ReturnT>>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Definition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithAttach<ReturnT>>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithFloatingIP<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithIdleTimeoutInMinutes<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithLoadDistribution<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithOutboundSnat<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithProbe<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IWithBackendPort<'ReturnT> = interface
    interface IWithBackendPort<IWithAttach<'ReturnT>>
    interface IWithAttach<'ReturnT>
    interface IInDefinition<'ReturnT>
    interface IWithFloatingIP<'ReturnT>
    interface IWithFloatingIP<IWithAttach<'ReturnT>>
    interface IWithIdleTimeoutInMinutes<'ReturnT>
    interface IWithLoadDistribution<'ReturnT>
    interface IWithProbe<'ReturnT>
    interface IWithOutboundSnat<'ReturnT>
Public Interface IWithBackendPort(Of ReturnT)
Implements IInDefinition(Of ReturnT), IWithAttach(Of ReturnT), IWithBackendPort(Of IWithAttach(Of ReturnT)), IWithFloatingIP(Of IWithAttach(Of ReturnT)), IWithFloatingIP(Of ReturnT), IWithIdleTimeoutInMinutes(Of ReturnT), IWithLoadDistribution(Of ReturnT), IWithOutboundSnat(Of ReturnT), IWithProbe(Of ReturnT)

型パラメーター

ReturnT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

負荷分散規則定義のステージ。負荷分散トラフィックを送信するバックエンド ポートを指定できます。

(継承元 IInDefinition<ParentT>)
ToBackendPort(Int32)

ネットワーク トラフィックを送信するバックエンド ポートを指定します。 指定しない場合、フロントエンドで使用されるものと同じバックエンド ポート番号が想定されます。

(継承元 IWithBackendPort<ReturnT>)
WithDisableOutboundSnat()

負荷分散規則のフロントエンドで指定されたパブリック IP アドレスを使用するように、バックエンド プール内の VM の SNAT を構成します。

(継承元 IWithOutboundSnat<ReturnT>)
WithFloatingIP(Boolean)

フローティング IP 有効化を設定します。

(継承元 IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

フローティング IP のサポートを無効にします。

(継承元 IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

フローティング IP のサポートを有効にします。

(継承元 IWithFloatingIP<ReturnT>)
WithIdleTimeoutInMinutes(Int32)

アイドル状態の接続が閉じられるまでの時間 (分) を指定します。

(継承元 IWithIdleTimeoutInMinutes<ReturnT>)
WithLoadDistribution(LoadDistribution)

負荷分散モードを指定します。

(継承元 IWithLoadDistribution<ReturnT>)
WithProbe(String)

このロード バランサーの指定された既存の HTTP または TCP プローブを負荷分散規則に関連付けます。

(継承元 IWithProbe<ReturnT>)

適用対象