LoadBalancersOperationsExtensions.BeginListInboundNatRulePortMappingsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Liste des mappages de ports de règles NAT entrants.
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)
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 à
Azure SDK for .NET