ActivityOperationsExtensions::List 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)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
[ExtensionAttribute]
static ActivityListResponse^ List(
	IActivityOperations^ operations,
	String^ automationAccount,
	String^ moduleName
)

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: Microsoft.WindowsAzure.Management.Automation.Models::ActivityListResponse^

The response model for the list activity operation.

Return to top
Show: