次の方法で共有


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

定義

フロントエンド ポートを指定できる受信 NAT 規則定義のステージ。

public interface IWithFrontendPort<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.UpdateDefinition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IWithAttach<ParentT>>
type IWithFrontendPort<'ParentT> = interface
    interface IWithFrontendPort<IWithAttach<'ParentT>>
Public Interface IWithFrontendPort(Of ParentT)
Implements IWithFrontendPort(Of IWithAttach(Of ParentT))

型パラメーター

ParentT

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

派生
実装

メソッド

FromFrontendPort(Int32)

ネットワーク トラフィックを受信するフロントエンド ポートを指定します。

(継承元 IWithFrontendPort<ReturnT>)

適用対象