IModuleOperations Interface

Definition

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

public interface IModuleOperations
type IModuleOperations = interface
Public Interface IModuleOperations

Methods

CreateAsync(String, ModuleCreateParameters, CancellationToken)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

DeleteAsync(String, String, CancellationToken)

Delete the module by name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

GetAsync(String, String, CancellationToken)

Retrieve the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

ListAsync(String, CancellationToken)

Retrieve a list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

ListNextAsync(String, CancellationToken)

Retrieve next list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

UpdateAsync(String, ModuleUpdateParameters, CancellationToken)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Extension Methods

Create(IModuleOperations, String, ModuleCreateParameters)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

CreateAsync(IModuleOperations, String, ModuleCreateParameters)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Delete(IModuleOperations, String, String)

Delete the module by name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

DeleteAsync(IModuleOperations, String, String)

Delete the module by name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Get(IModuleOperations, String, String)

Retrieve the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

GetAsync(IModuleOperations, String, String)

Retrieve the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

List(IModuleOperations, String)

Retrieve a list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

ListAsync(IModuleOperations, String)

Retrieve a list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

ListNext(IModuleOperations, String)

Retrieve next list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

ListNextAsync(IModuleOperations, String)

Retrieve next list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Update(IModuleOperations, String, ModuleUpdateParameters)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

UpdateAsync(IModuleOperations, String, ModuleUpdateParameters)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Applies to