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

定義

トランスポート プロトコルを指定できる受信 NAT 規則定義のステージ。

public interface IWithProtocol<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>
type IWithProtocol<'ParentT> = interface
    interface IWithProtocol<IWithFrontend<IWithCreateAndInboundNatRule>, TransportProtocol>
Public Interface IWithProtocol(Of ParentT)
Implements IWithProtocol(Of IWithFrontend(Of IWithCreateAndInboundNatRule), TransportProtocol)

型パラメーター

ParentT

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

派生
実装

メソッド

WithProtocol(ProtocolT)

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

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象