Share via


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
System_CAPS_pubmethod 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)

System_CAPS_pubmethod 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)

System_CAPS_pubmethod 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
System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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