IModuleOperations Members
Service operation for automation modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information)
The following tables list the members exposed by the IModuleOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
CreateAsync | Create the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) | |
DeleteAsync | Delete the module by name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) | |
GetAsync | Retrieve the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) | |
ListAsync | Retrieve a list of modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) | |
ListNextAsync | Retrieve next list of modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) | |
UpdateAsync | Create the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) |
Top
Extension Methods
Name | Description | |
---|---|---|
Create | Create the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
CreateAsync | Create the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
Delete | Delete the module by name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
DeleteAsync | Delete the module by name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
Get | Retrieve the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
GetAsync | Retrieve the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
List | Retrieve a list of modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
ListAsync | Retrieve a list of modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
ListNext | Retrieve next list of modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
ListNextAsync | Retrieve next list of modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
Update | Create the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) | |
UpdateAsync | Create the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations for more information) (Defined by ModuleOperationsExtensions.) |
Top
See Also
Reference
IModuleOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace