IActivityOperations.ListAsync(String, String, CancellationToken) Method

Definition

Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse> ListAsync (string automationAccount, string moduleName, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse>
Public Function ListAsync (automationAccount As String, moduleName As String, cancellationToken As CancellationToken) As Task(Of ActivityListResponse)

Parameters

automationAccount
String

The automation account name.

moduleName
String

The name of module.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list activity operation.

Applies to