ActivityOperationsExtensions::Get 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)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static ActivityGetResponse^ Get( 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: Microsoft.WindowsAzure.Management.Automation.Models::ActivityGetResponse^The response model for the get activity operation.
Show: