次の方法で共有


LoadBalancersOperationsExtensions.BeginListInboundNatRulePortMappings メソッド

定義

受信 NAT 規則ポート マッピングの一覧。

public static Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings BeginListInboundNatRulePortMappings (this Microsoft.Azure.Management.Network.ILoadBalancersOperations operations, string groupName, string loadBalancerName, string backendPoolName, Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest parameters);
static member BeginListInboundNatRulePortMappings : Microsoft.Azure.Management.Network.ILoadBalancersOperations * string * string * string * Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest -> Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings
<Extension()>
Public Function BeginListInboundNatRulePortMappings (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 規則のポート マッピング要求に対してクエリを実行します。

戻り値

適用対象