Share via


NodeReportsOperationsExtensions.ListByNodeNextAsync Method

Definition

Retrieve the Dsc node report list by node id. 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))

Parameters

operations
INodeReportsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to