Compartir a través de


NetworkWatchersOperationsExtensions.GetTroubleshootingResult Método

Definición

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

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

Parámetros

operations
INetworkWatchersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkWatcherName
String

Nombre del recurso de Network Watcher.

parameters
QueryTroubleshootingParameters

Parámetros que definen el recurso para consultar el resultado de la solución de problemas.

Devoluciones

Se aplica a