次の方法で共有


IWithProtocol インターフェイス

定義

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

public interface IWithProtocol : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>
type IWithProtocol = interface
    interface IWithProtocol<IUpdate, LoadBalancerOutboundRuleProtocol>
Public Interface IWithProtocol
Implements IWithProtocol(Of IUpdate, LoadBalancerOutboundRuleProtocol)
派生
実装

メソッド

WithProtocol(ProtocolT)

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

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象