ModuleOperationsExtensions.ListNext(IModuleOperations, String) Method

Definition

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

Parameters

operations
IModuleOperations
nextLink
String

Returns

Applies to