次の方法で共有


ILoadBalancerInboundNatRule インターフェイス

定義

受信 NAT 規則の不変のクライアント側表現。

public interface ILoadBalancerInboundNatRule : Microsoft.Azure.Management.Network.Fluent.IHasBackendPort, Microsoft.Azure.Management.Network.Fluent.IHasFloatingIP, Microsoft.Azure.Management.Network.Fluent.IHasFrontend, Microsoft.Azure.Management.Network.Fluent.IHasFrontendPort, 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.InboundNatRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerInboundNatRule = interface
    interface IHasFrontend
    interface IHasBackendPort
    interface IHasProtocol<TransportProtocol>
    interface IHasFloatingIP
    interface IHasFrontendPort
    interface IHasInner<InboundNatRuleInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
Public Interface ILoadBalancerInboundNatRule
Implements IChildResource(Of ILoadBalancer), IHasBackendPort, IHasFloatingIP, IHasFrontend, IHasFrontendPort, IHasInner(Of InboundNatRuleInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of TransportProtocol)
実装

プロパティ

BackendNetworkInterfaceId

この受信 NAT 規則のバックエンドとして割り当てられたネットワーク インターフェイスのリソース ID を取得します。

BackendNicIPConfigurationName

この NAT 規則に関連付けられているネットワーク インターフェイス内の IP 構成の名前を取得します。

BackendPort

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

(継承元 IHasBackendPort)
FloatingIPEnabled

フローティング IP 有効化の状態を取得します。

(継承元 IHasFloatingIP)
Frontend

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

(継承元 IHasFrontend)
FrontendPort

受信ネットワーク トラフィックが受信されるフロントエンド ポート番号を取得します。

(継承元 IHasFrontendPort)
IdleTimeoutInMinutes

アイドル状態の接続が閉じられるまでの時間 (分) を取得します。

Inner

受信 NAT 規則の不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

受信 NAT 規則の不変のクライアント側表現。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
Parent

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

(継承元 IHasParent<ParentT>)
Protocol

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

(継承元 IHasProtocol<ProtocolT>)

適用対象