Share via


ActivityOperationsExtensions.ListByModuleNextAsync Method

Definition

Retrieve a list of activities in the module identified by module name. http://aka.ms/azureautomationsdk/activityoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity>> ListByModuleNextAsync (this Microsoft.Azure.Management.Automation.IActivityOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByModuleNextAsync : Microsoft.Azure.Management.Automation.IActivityOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity>>
<Extension()>
Public Function ListByModuleNextAsync (operations As IActivityOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Activity))

Parameters

operations
IActivityOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to