ILoadBalancerInboundNatRule インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
受信 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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET