NetworkWatchersOperationsExtensions.GetTroubleshootingResult 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 Microsoft.Azure.Management.Network.Models.TroubleshootingResult GetTroubleshootingResult (this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Models.QueryTroubleshootingParameters parameters);
static member GetTroubleshootingResult : Microsoft.Azure.Management.Network.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Models.QueryTroubleshootingParameters -> Microsoft.Azure.Management.Network.Models.TroubleshootingResult
<Extension()>
Public Function GetTroubleshootingResult (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As QueryTroubleshootingParameters) As TroubleshootingResult
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.
- parameters
- QueryTroubleshootingParameters
Paramètres qui définissent la ressource pour interroger le résultat de résolution des problèmes.
Retours
S’applique à
Azure SDK for .NET