VariableOperationsExtensions.ListNext(IVariableOperations, String) Method

Definition

public static Microsoft.Azure.Management.Automation.Models.VariableListResponse ListNext (this Microsoft.Azure.Management.Automation.IVariableOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Management.Automation.IVariableOperations * string -> Microsoft.Azure.Management.Automation.Models.VariableListResponse
<Extension()>
Public Function ListNext (operations As IVariableOperations, nextLink As String) As VariableListResponse

Parameters

operations
IVariableOperations
nextLink
String

Returns

Applies to