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

定義

ロード バランサーの送信規則定義のステージ。規則を適用するトランスポート プロトコルを指定できます。

public interface IWithProtocol<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>
type IWithProtocol<'ReturnT> = interface
    interface IWithProtocol<IWithBackend<'ReturnT>, LoadBalancerOutboundRuleProtocol>
Public Interface IWithProtocol(Of ReturnT)
Implements IWithProtocol(Of IWithBackend(Of ReturnT), LoadBalancerOutboundRuleProtocol)

型パラメーター

ReturnT

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

派生
実装

メソッド

WithProtocol(ProtocolT)

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

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象