Share via


VariableOperationsExtensions.ListByAutomationAccountNext Method

Definition

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

Parameters

operations
IVariableOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to