次の方法で共有


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

定義

ロード バランサーの送信規則定義全体。

public interface IUpdateDefinition<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithBackend<ReturnT>,Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IBlank<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithBackend<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithFrontend<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithIdleTimeout<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithProtocol<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithTcpReset<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IUpdateDefinition<'ReturnT> = interface
    interface IBlank<'ReturnT>
    interface IWithProtocol<'ReturnT>
    interface IWithProtocol<IWithBackend<'ReturnT>, LoadBalancerOutboundRuleProtocol>
    interface IWithAttach<'ReturnT>
    interface IInDefinition<'ReturnT>
    interface IWithIdleTimeout<'ReturnT>
    interface IWithTcpReset<'ReturnT>
    interface IWithFrontend<'ReturnT>
    interface IWithBackend<'ReturnT>
Public Interface IUpdateDefinition(Of ReturnT)
Implements IBlank(Of ReturnT), IInDefinition(Of ReturnT), IWithAttach(Of ReturnT), IWithBackend(Of ReturnT), IWithFrontend(Of ReturnT), IWithIdleTimeout(Of ReturnT), IWithProtocol(Of IWithBackend(Of ReturnT), LoadBalancerOutboundRuleProtocol), IWithProtocol(Of ReturnT), IWithTcpReset(Of ReturnT)

型パラメーター

ReturnT

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

実装

メソッド

Attach()

ロード バランサーの送信規則定義全体。

(継承元 IInDefinition<ParentT>)
FromBackend(String)

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

(継承元 IWithBackend<ReturnT>)
ToFrontend(String)

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

(継承元 IWithFrontend<ReturnT>)
ToFrontends(String[])

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

(継承元 IWithFrontend<ReturnT>)
WithEnableTcpReset()

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

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

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

(継承元 IWithIdleTimeout<ReturnT>)
WithProtocol(ProtocolT)

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

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象