次の方法で共有


LoadBalancersOperationsExtensions.ListInboundNatRulePortMappings メソッド

定義

受信 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 規則のポート マッピング要求に対してクエリを実行します。

戻り値

適用対象