Compartilhar via


ConnectionMonitorTestCollection.ExistsAsync(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/connectionMonitorTests/{connectionMonitorTestName}
  • IdConnectionMonitorTests_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string connectionMonitorTestName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (connectionMonitorTestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

connectionMonitorTestName
String

O nome do teste do monitor de conexão.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

connectionMonitorTestName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

connectionMonitorTestName é nulo.

Aplica-se a