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.
ActivityOperations operations.
public interface IActivityOperations
type IActivityOperations = interface
Public Interface IActivityOperations
Methods
GetAsync(String, String, String, String, CancellationToken) | |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the activity in the module identified by module name and activity name. http://aka.ms/azureautomationsdk/activityoperations |
ListAsync(String, String, String, CancellationToken) | |
ListByModuleNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve a list of activities in the module identified by module name. http://aka.ms/azureautomationsdk/activityoperations |
ListByModuleWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve a list of activities in the module identified by module name. http://aka.ms/azureautomationsdk/activityoperations |
ListNextAsync(String, CancellationToken) |
Extension Methods
Applies to
Azure SDK for .NET