次の方法で共有


LoadBalancersOperationsExtensions.BeginListInboundNatRulePortMappingsAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings> BeginListInboundNatRulePortMappingsAsync (this Microsoft.Azure.Management.Network.ILoadBalancersOperations operations, string groupName, string loadBalancerName, string backendPoolName, Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginListInboundNatRulePortMappingsAsync : Microsoft.Azure.Management.Network.ILoadBalancersOperations * string * string * string * Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings>
<Extension()>
Public Function BeginListInboundNatRulePortMappingsAsync (operations As ILoadBalancersOperations, groupName As String, loadBalancerName As String, backendPoolName As String, parameters As QueryInboundNatRulePortMappingRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackendAddressInboundNatRulePortMappings)

パラメーター

operations
ILoadBalancersOperations

この拡張メソッドの操作グループ。

groupName
String

リソース グループの名前。

loadBalancerName
String

ロード バランサ―の名前。

backendPoolName
String

ロード バランサーのバックエンド アドレス プールの名前。

parameters
QueryInboundNatRulePortMappingRequest

受信 NAT 規則のポート マッピング要求に対してクエリを実行します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象