LoadBalancersOperationsExtensions.ListInboundNatRulePortMappings メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
受信 NAT 規則のポート マッピングの一覧。
public static Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings ListInboundNatRulePortMappings (this Microsoft.Azure.Management.Network.ILoadBalancersOperations operations, string groupName, string loadBalancerName, string backendPoolName, Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest parameters);
static member ListInboundNatRulePortMappings : Microsoft.Azure.Management.Network.ILoadBalancersOperations * string * string * string * Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest -> Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings
<Extension()>
Public Function ListInboundNatRulePortMappings (operations As ILoadBalancersOperations, groupName As String, loadBalancerName As String, backendPoolName As String, parameters As QueryInboundNatRulePortMappingRequest) As BackendAddressInboundNatRulePortMappings
パラメーター
- operations
- ILoadBalancersOperations
この拡張メソッドの操作グループ。
- groupName
- String
リソース グループの名前。
- loadBalancerName
- String
ロード バランサ―の名前。
- backendPoolName
- String
ロード バランサーのバックエンド アドレス プールの名前。
- parameters
- QueryInboundNatRulePortMappingRequest
受信 NAT 規則のポート マッピング要求に対してクエリを実行します。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET