Compartir a través de


NetworkWatchersOperationsExtensions.BeginGetTroubleshooting Método

Definición

Inicie la solución de problemas en un recurso especificado.

public static Microsoft.Azure.Management.Network.Models.TroubleshootingResult BeginGetTroubleshooting (this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Models.TroubleshootingParameters parameters);
static member BeginGetTroubleshooting : Microsoft.Azure.Management.Network.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Models.TroubleshootingParameters -> Microsoft.Azure.Management.Network.Models.TroubleshootingResult
<Extension()>
Public Function BeginGetTroubleshooting (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As TroubleshootingParameters) As TroubleshootingResult

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.

parameters
TroubleshootingParameters

Parámetros que definen el recurso para solucionar problemas.

Devoluciones

Se aplica a