Compartir a través de


NetworkWatchersOperationsExtensions.BeginGetTroubleshootingResultAsync Método

Definición

Obtenga el último resultado de solución de problemas completado en un recurso especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner> BeginGetTroubleshootingResultAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, string targetResourceId, System.Threading.CancellationToken cancellationToken = default);
static member BeginGetTroubleshootingResultAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner>
<Extension()>
Public Function BeginGetTroubleshootingResultAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, targetResourceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TroubleshootingResultInner)

Parámetros

operations
INetworkWatchersOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkWatcherName
String

Nombre del recurso de Network Watcher.

targetResourceId
String

Identificador de recurso de destino para consultar el resultado de la solución de problemas.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a