DscNodeOperationsExtensions.ListByAutomationAccountNext Method

Definition

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

Parameters

operations
IDscNodeOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to