ActivityOperationsExtensions Class

Definition

public static class ActivityOperationsExtensions
type ActivityOperationsExtensions = class
Public Module ActivityOperationsExtensions
Inheritance
ActivityOperationsExtensions

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)

Applies to