Condividi tramite


NodeReportsOperationsExtensions.ListByNodeNextAsync Metodo

Definizione

Recuperare l'elenco di report del nodo Dsc in base all'ID 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))

Parametri

operations
INodeReportsOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink della precedente chiamata riuscita all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a