VariableOperationsExtensions.ListNext Method (IVariableOperations, String)
Retrieve next list of variables. (see http://aka.ms/azureautomationsdk/variableoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static VariableListResponse ListNext( this IVariableOperations operations, string nextLink )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IVariableOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
- nextLink
-
Type:
System.String
Required. The link to retrieve next set of items.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponseThe response model for the list variables operation.
Show: