Partilhar via


PeeringServiceResource.GetConnectionMonitorTestAsync Método

Definição

Obtém um teste de monitor de conexão existente com o nome especificado na assinatura, no grupo de recursos e no serviço de emparelhamento fornecidos.

  • 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<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>> GetConnectionMonitorTestAsync (string connectionMonitorTestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectionMonitorTestAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>>
override this.GetConnectionMonitorTestAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>>
Public Overridable Function GetConnectionMonitorTestAsync (connectionMonitorTestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConnectionMonitorTestResource))

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