ActivityOperationsExtensions Class
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions
Syntax
public static class ActivityOperationsExtensions
[ExtensionAttribute]
public ref class ActivityOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type ActivityOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ActivityOperationsExtensions
Methods
Name | Description | |
---|---|---|
Get(IActivityOperations, String, String, String) | Retrieve the activity in the module identified by module name and activity name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
|
GetAsync(IActivityOperations, String, String, String) | Retrieve the activity in the module identified by module name and activity name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
|
List(IActivityOperations, String, String) | Retrieve a list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
|
ListAsync(IActivityOperations, String, String) | Retrieve a list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
|
ListNext(IActivityOperations, String) | Retrieve next list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
|
ListNextAsync(IActivityOperations, String) | Retrieve next list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top