ActivityOperationsExtensions::GetAsync Method (IActivityOperations^, String^, String^, String^)

 

Retrieve the activity in the module identified by module name and activity 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 Task<ActivityGetResponse^>^ GetAsync(
	IActivityOperations^ operations,
	String^ automationAccount,
	String^ moduleName,
	String^ activityName
)

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.

activityName
Type: System::String^

Required. The name of activity.

Return Value

Type: System.Threading.Tasks::Task<ActivityGetResponse^>^

The response model for the get activity operation.

Return to top
Show: