NodeReportsOperationsExtensions.ListByNodeNext Method

Definition

Retrieve the Dsc node report list by node id. http://aka.ms/azureautomationsdk/dscnodereportoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport> ListByNodeNext (this Microsoft.Azure.Management.Automation.INodeReportsOperations operations, string nextPageLink);
static member ListByNodeNext : Microsoft.Azure.Management.Automation.INodeReportsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>
<Extension()>
Public Function ListByNodeNext (operations As INodeReportsOperations, nextPageLink As String) As 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.

Returns

Applies to