Partilhar via


NetworkWatcherResource.GetTroubleshootingResultAsync Método

Definição

Obtenha o último resultado de solução de problemas concluído em um recurso especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/queryTroubleshootResult
  • IdNetworkWatchers_GetTroubleshootingResult de operação
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.TroubleshootingResult>> GetTroubleshootingResultAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.QueryTroubleshootingContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTroubleshootingResultAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.QueryTroubleshootingContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.TroubleshootingResult>>
override this.GetTroubleshootingResultAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.QueryTroubleshootingContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.TroubleshootingResult>>
Public Overridable Function GetTroubleshootingResultAsync (waitUntil As WaitUntil, content As QueryTroubleshootingContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of TroubleshootingResult))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

content
QueryTroubleshootingContent

Parâmetros que definem o recurso para consultar o resultado da solução de problemas.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a