Partilhar via


NatGatewayCollection.GetAsync(String, String, CancellationToken) Método

Definição

Obtém o gateway nat especificado em um grupo de recursos especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/natGateways/{natGatewayName}
  • Operação IdNatGateways_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NatGatewayResource>> GetAsync (string natGatewayName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NatGatewayResource>>
override this.GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NatGatewayResource>>
Public Overridable Function GetAsync (natGatewayName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NatGatewayResource))

Parâmetros

natGatewayName
String

O nome do gateway nat.

expand
String

Expande os recursos referenciados.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

natGatewayName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

natGatewayName é nulo.

Aplica-se a