ModuleOperationsExtensions.ListNextAsync(IModuleOperations, String) Method

Definition

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

Parameters

operations
IModuleOperations
nextLink
String

Returns

Applies to