IActivityOperations Interface
Service operation for automation activities. (see https://aka.ms/azureautomationsdk/activityoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public interface IActivityOperations
public interface class IActivityOperations
type IActivityOperations = interface end
Public Interface IActivityOperations
Methods
Name | Description | |
---|---|---|
GetAsync(String, String, String, CancellationToken) | Retrieve the activity in the module identified by module name and activity name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
|
ListAsync(String, String, CancellationToken) | Retrieve a list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
|
ListNextAsync(String, CancellationToken) | Retrieve next list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information) |
Extension Methods
Name | Description | |
---|---|---|
Get(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)(Defined by ActivityOperationsExtensions.) |
|
GetAsync(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)(Defined by ActivityOperationsExtensions.) |
|
List(String, String) | Retrieve a list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.) |
|
ListAsync(String, String) | Retrieve a list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.) |
|
ListNext(String) | Retrieve next list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.) |
|
ListNextAsync(String) | Retrieve next list of activities in the module identified by module name. (see https://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.) |
See Also
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top