Partager via


LoadBalancersOperationsExtensions.ListInboundNatRulePortMappingsAsync Méthode

Définition

Liste des mappages de ports de règle NAT de trafic entrant.

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)

Paramètres

operations
ILoadBalancersOperations

Groupe d’opérations pour cette méthode d’extension.

groupName
String

Nom du groupe de ressources.

loadBalancerName
String

Le nom de l’équilibreur de charge.

backendPoolName
String

Nom du pool d’adresses back-end de l’équilibreur de charge.

parameters
QueryInboundNatRulePortMappingRequest

Requête de mappage de port de règle NAT entrante.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à