IActivityOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service operation for automation activities. (see http://aka.ms/azureautomationsdk/activityoperations for more information)
public interface IActivityOperations
type IActivityOperations = interface
Public Interface IActivityOperations
Methods
GetAsync(String, String, String, CancellationToken) |
Retrieve the activity in the module identified by module name and activity name. (see http://aka.ms/azureautomationsdk/activityoperations for more information) |
ListAsync(String, String, CancellationToken) |
Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information) |
ListNextAsync(String, CancellationToken) |
Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information) |
Extension Methods
Get(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) |
GetAsync(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) |
List(IActivityOperations, String, String) |
Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information) |
ListAsync(IActivityOperations, String, String) |
Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information) |
ListNext(IActivityOperations, String) |
Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information) |
ListNextAsync(IActivityOperations, String) |
Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information) |