IUpdate インターフェイス

定義

ロード バランサーの更新の一部としてのロード バランサーの送信規則の更新の全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithIdleTimeout, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithTcpReset, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithProtocol
    interface IWithProtocol<IUpdate, LoadBalancerOutboundRuleProtocol>
    interface IWithBackend
    interface IWithFrontend
    interface IWithIdleTimeout
    interface IWithTcpReset
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackend, IWithFrontend, IWithIdleTimeout, IWithProtocol, IWithProtocol(Of IUpdate, LoadBalancerOutboundRuleProtocol), IWithTcpReset
実装

メソッド

FromBackend(String)

送信トラフィック用に、このロード バランサー上のバックエンド プールを指定します。

(継承元 IWithBackend)
Parent()

ロード バランサーの更新の一部としてのロード バランサーの送信規則の更新の全体。

(継承元 ISettable<ParentT>)
ToFrontend(String)

送信トラフィックのこのロード バランサーのフロントエンドを指定します。

(継承元 IWithFrontend)
ToFrontends(String[])

送信トラフィックのこのロード バランサーのフロントエンドを指定します。

(継承元 IWithFrontend)
WithEnableTcpReset(Boolean)

TCP フローアイドル タイムアウトまたは予期しない接続終了時の双方向 TCP リセットを指定します。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。

(継承元 IWithTcpReset)
WithIdleTimeoutInMinutes(Int32)

TCP アイドル接続のタイムアウトを指定します。

(継承元 IWithIdleTimeout)
WithProtocol(ProtocolT)

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

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象