ILoadBalancerInboundNatPool インターフェイス

定義

受信 NAT プールのクライアント側表現。

public interface ILoadBalancerInboundNatPool : Microsoft.Azure.Management.Network.Fluent.IHasBackendPort, Microsoft.Azure.Management.Network.Fluent.IHasFrontend, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerInboundNatPool = interface
    interface IHasFrontend
    interface IHasBackendPort
    interface IHasProtocol<TransportProtocol>
    interface IHasInner<InboundNatPoolInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
Public Interface ILoadBalancerInboundNatPool
Implements IChildResource(Of ILoadBalancer), IHasBackendPort, IHasFrontend, IHasInner(Of InboundNatPoolInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of TransportProtocol)
実装

プロパティ

BackendPort

ネットワーク トラフィックの送信先のバックエンド ポート番号を取得します。

(継承元 IHasBackendPort)
Frontend

関連付けられているフロントエンドを取得します。

(継承元 IHasFrontend)
FrontendPortRangeEnd

終了フロントエンド ポート番号を取得します。

FrontendPortRangeStart

開始フロントエンド ポート番号を取得します。

Inner

受信 NAT プールのクライアント側表現。

(継承元 IHasInner<T>)
Key

受信 NAT プールのクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Protocol

プロトコルを取得します。

(継承元 IHasProtocol<ProtocolT>)

適用対象