Sdílet prostřednictvím


LoadBalancersOperationsExtensions.ListInboundNatRulePortMappingsAsync Method

Definition

List of inbound NAT rule port mappings.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings> ListInboundNatRulePortMappingsAsync (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 ListInboundNatRulePortMappingsAsync : 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 ListInboundNatRulePortMappingsAsync (operations As ILoadBalancersOperations, groupName As String, loadBalancerName As String, backendPoolName As String, parameters As QueryInboundNatRulePortMappingRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackendAddressInboundNatRulePortMappings)

Parameters

operations
ILoadBalancersOperations

The operations group for this extension method.

groupName
String

The name of the resource group.

loadBalancerName
String

The name of the load balancer.

backendPoolName
String

The name of the load balancer backend address pool.

parameters
QueryInboundNatRulePortMappingRequest

Query inbound NAT rule port mapping request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to