WatcherOperationsExtensions.ListByAutomationAccountNext Método

Definición

Recupera una lista de monitores. http://aka.ms/azureautomationsdk/watcheroperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Watcher> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IWatcherOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Watcher>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IWatcherOperations, nextPageLink As String) As IPage(Of Watcher)

Parámetros

operations
IWatcherOperations

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

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a