次の方法で共有


IUpdate インターフェイス

定義

ロード バランサーの更新の一部としての負荷分散規則の更新全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Update.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Update.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Update.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Update.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithBackendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithFloatingIP, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithFrontendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithIdleTimeoutInMinutes, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithLoadDistribution, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithOutboundSnat, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithProtocol, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithFrontendPort
    interface IWithFrontendPort<IUpdate>
    interface IWithFrontend
    interface IWithFrontend<IUpdate>
    interface IWithProtocol
    interface IWithProtocol<IUpdate, TransportProtocol>
    interface IWithBackendPort
    interface IWithBackendPort<IUpdate>
    interface IWithFloatingIP
    interface IWithFloatingIP<IUpdate>
    interface IWithIdleTimeoutInMinutes
    interface IWithLoadDistribution
    interface IWithProbe
    interface IWithOutboundSnat
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackendPort, IWithBackendPort(Of IUpdate), IWithFloatingIP, IWithFloatingIP(Of IUpdate), IWithFrontend, IWithFrontend(Of IUpdate), IWithFrontendPort, IWithFrontendPort(Of IUpdate), IWithIdleTimeoutInMinutes, IWithLoadDistribution, IWithOutboundSnat, IWithProbe, IWithProtocol, IWithProtocol(Of IUpdate, TransportProtocol)
実装

メソッド

FromFrontend(String)

フロントエンドを指定します。

(継承元 IWithFrontend<ReturnT>)
FromFrontendPort(Int32)

ネットワーク トラフィックを受信するフロントエンド ポートを指定します。

(継承元 IWithFrontendPort<ReturnT>)
Parent()

ロード バランサーの更新の一部としての負荷分散規則の更新全体。

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

ネットワーク トラフィックの送信先のバックエンド ポートを指定します。

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

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

(継承元 IWithOutboundSnat)
WithFloatingIP(Boolean)

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

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

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

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

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

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

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

(継承元 IWithIdleTimeoutInMinutes)
WithLoadDistribution(LoadDistribution)

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

(継承元 IWithLoadDistribution)
WithoutProbe()

プローブとの関連付けを削除し、Azure の既定のプローブ メカニズムにフォールバックします。

(継承元 IWithProbe)
WithProbe(String)

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

(継承元 IWithProbe)
WithProtocol(ProtocolT)

トランスポート プロトコルを指定します。

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象