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

 

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)

Task<ActivityGetResponse^>^ GetAsync(
	String^ automationAccount,
	String^ moduleName,
	String^ activityName,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System::String^

The automation account name.

moduleName
Type: System::String^

The name of module.

activityName
Type: System::String^

The name of activity.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The response model for the get activity operation.

Return to top
Show: