NetworkWatchersOperationsExtensions.GetTroubleshootingResultAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez le dernier résultat de résolution des problèmes terminé sur une ressource spécifiée.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner> GetTroubleshootingResultAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, string targetResourceId, System.Threading.CancellationToken cancellationToken = default);
static member GetTroubleshootingResultAsync : 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 GetTroubleshootingResultAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, targetResourceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TroubleshootingResultInner)
Paramètres
- operations
- INetworkWatchersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- networkWatcherName
- String
Nom de la ressource network watcher.
- targetResourceId
- String
ID de ressource cible pour interroger le résultat de la résolution des problèmes.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET