IActivityOperations Interface

 

Service operation for automation activities. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public interface class IActivityOperations

NameDescription
System_CAPS_pubmethodGetAsync(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)

System_CAPS_pubmethodListAsync(String^, String^, CancellationToken)

Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

NameDescription
System_CAPS_pubmethodGet(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)(Defined by ActivityOperationsExtensions.)

System_CAPS_pubmethodGetAsync(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)(Defined by ActivityOperationsExtensions.)

System_CAPS_pubmethodList(String^, String^)

Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^, String^)

Retrieve a list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.)

System_CAPS_pubmethodListNext(String^)

Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.)

System_CAPS_pubmethodListNextAsync(String^)

Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)(Defined by ActivityOperationsExtensions.)

Return to top
Show: