Partager via


LoadBalancersOperationsExtensions.BeginListInboundNatRulePortMappings Méthode

Définition

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

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

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.

Retours

S’applique à