ActivityOperationsExtensions.ListAsync Method (IActivityOperations, String, String)
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)
<ExtensionAttribute> Public Shared Function ListAsync ( operations As IActivityOperations, automationAccount As String, moduleName As String ) As Task(Of ActivityListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IActivityOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- moduleName
-
Type:
System.String
Required. The name of module.
Return Value
Type: System.Threading.Tasks.Task(Of ActivityListResponse)The response model for the list activity operation.
Show: