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