IModuleOperations 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.
In this article
public interface IModuleOperations
type IModuleOperations = interface
Public Interface IModuleOperations
Methods
CreateOrUpdateAsync(String, String, ModuleCreateOrUpdateParameters, CancellationToken)
Create the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
DeleteAsync(String, String, String, CancellationToken)
Delete the module by name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
GetAsync(String, String, String, CancellationToken)
Retrieve the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
ListAsync(String, 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)
PatchAsync(String, String, ModulePatchParameters, CancellationToken)
Create the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
Extension Methods
CreateOrUpdate(IModuleOperations, String, String, ModuleCreateOrUpdateParameters)
Create the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
CreateOrUpdateAsync(IModuleOperations, String, String, ModuleCreateOrUpdateParameters)
Create the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
Delete(IModuleOperations, String, String, String)
Delete the module by name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
DeleteAsync(IModuleOperations, String, String, String)
Delete the module by name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
Get(IModuleOperations, String, String, String)
Retrieve the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
GetAsync(IModuleOperations, String, String, String)
Retrieve the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
List(IModuleOperations, String, String)
Retrieve a list of modules. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
ListAsync(IModuleOperations, String, 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)
Patch(IModuleOperations, String, String, ModulePatchParameters)
Create the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
PatchAsync(IModuleOperations, String, String, ModulePatchParameters)
Create the module identified by module name. (see
http://aka.ms/azureautomationsdk/moduleoperations for more
information)
Applies to