VariableOperationsExtensions.ListNextAsync Method (IVariableOperations, String)
Retrieve next list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static Task<VariableListResponse> ListNextAsync(
this IVariableOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<VariableListResponse^>^ ListNextAsync(
IVariableOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:IVariableOperations *
nextLink:string -> Task<VariableListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As IVariableOperations,
nextLink As String
) As Task(Of VariableListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IVariableOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
nextLink
Type: System.StringRequired. The link to retrieve next set of items.
Return Value
Type: System.Threading.Tasks.Task<VariableListResponse>
The response model for the list variables operation.
See Also
VariableOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top