Share via


ScriptCmdletsOperationsExtensions.ListNext Method

Definition

List script cmdlet resources available for a private cloud to create a script execution resource on a private cloud

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.ScriptCmdlet> ListNext (this Microsoft.Azure.Management.Avs.IScriptCmdletsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Avs.IScriptCmdletsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.ScriptCmdlet>
<Extension()>
Public Function ListNext (operations As IScriptCmdletsOperations, nextPageLink As String) As IPage(Of ScriptCmdlet)

Parameters

operations
IScriptCmdletsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to