ActivityOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGet(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)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(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)

System_CAPS_pubmethodSystem_CAPS_staticList(IActivityOperations, String, String)

Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IActivityOperations, String, String)

Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNext(IActivityOperations, String)

Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IActivityOperations, String)

Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

Return to top
Show: