Partilhar via


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

Definição

Verifica se o recurso existe no azure.

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

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 era esperado que não estivesse vazio.

natGatewayName é nulo.

Aplica-se a