IActivityOperations.ListAsync Method (String, String, CancellationToken)
Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Function ListAsync ( automationAccount As String, moduleName As String, cancellationToken As CancellationToken ) As Task(Of ActivityListResponse)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- moduleName
-
Type:
System.String
The name of module.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of ActivityListResponse)The response model for the list activity operation.
Show: