ActivityOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions

[<AbstractClass>]
[<Sealed>]
type ActivityOperationsExtensions = class end

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)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: