Compartir a través de


NodeReportsOperationsExtensions.ListByNodeNextAsync Método

Definición

Recupere la lista de informes del nodo Dsc por identificador de nodo. http://aka.ms/azureautomationsdk/dscnodereportoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>> ListByNodeNextAsync (this Microsoft.Azure.Management.Automation.INodeReportsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByNodeNextAsync : Microsoft.Azure.Management.Automation.INodeReportsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>>
<Extension()>
Public Function ListByNodeNextAsync (operations As INodeReportsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DscNodeReport))

Parámetros

operations
INodeReportsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a