Partilhar via


WorkloadNetworkGatewayCollection.Exists(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/gateways/{gatewayId}
  • Operação IdWorkloadNetworks_GetGateway
public virtual Azure.Response<bool> Exists (string gatewayId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parâmetros

gatewayId
String

Identificador do Gateway NSX. Geralmente o mesmo que o nome de exibição do Gateway.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

gatewayId é nulo.

Aplica-se a