Compartilhar via


BackendAddressPoolResource.GetInboundNatRulePortMappingsLoadBalancerAsync Método

Definição

Lista de mapeamentos de porta de regra NAT de entrada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendPoolName}/queryInboundNatRulePortMapping
  • IdLoadBalancers_ListInboundNatRulePortMappings de operação
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.BackendAddressInboundNatRulePortMappings>> GetInboundNatRulePortMappingsLoadBalancerAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetInboundNatRulePortMappingsLoadBalancerAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.BackendAddressInboundNatRulePortMappings>>
override this.GetInboundNatRulePortMappingsLoadBalancerAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.BackendAddressInboundNatRulePortMappings>>
Public Overridable Function GetInboundNatRulePortMappingsLoadBalancerAsync (waitUntil As WaitUntil, content As QueryInboundNatRulePortMappingContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of BackendAddressInboundNatRulePortMappings))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

content
QueryInboundNatRulePortMappingContent

Solicitação de mapeamento de porta da regra NAT de entrada de consulta.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a