Compartilhar via


ConnectionMonitorTestCollection.GetIfExistsAsync Método

Definição

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/connectionMonitorTests/{connectionMonitorTestName}
  • Operação IdConnectionMonitorTests_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>> GetIfExistsAsync (string connectionMonitorTestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>>
Public Overridable Function GetIfExistsAsync (connectionMonitorTestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(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 esperava-se que não estivesse vazia.

connectionMonitorTestName é nulo.

Aplica-se a