Uses of Interface
com.azure.resourcemanager.automation.models.Module
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Module in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionModule.Update.apply()
Executes the update request.Module.Update.apply
(com.azure.core.util.Context context) Executes the update request.Module.DefinitionStages.WithCreate.create()
Executes the create request.Module.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Modules.createOrUpdate
(String resourceGroupName, String automationAccountName, String moduleName, ModuleCreateOrUpdateParameters parameters) Create or Update the module identified by module name.Retrieve the module identified by module name.Retrieve the python 2 package identified by package name.Retrieve the python 2 package identified by package name.Module.refresh()
Refreshes the resource to sync with Azure.Module.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modules.update
(String resourceGroupName, String automationAccountName, String moduleName, ModuleUpdateParameters parameters) Update the module identified by module name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Module>
Modules.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String moduleName, ModuleCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create or Update the module identified by module name.com.azure.core.http.rest.Response<Module>
Python2Packages.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the python 2 package identified by package name.com.azure.core.http.rest.Response<Module>
Modules.getWithResponse
(String resourceGroupName, String automationAccountName, String moduleName, com.azure.core.util.Context context) Retrieve the module identified by module name.com.azure.core.http.rest.Response<Module>
Python2Packages.getWithResponse
(String resourceGroupName, String automationAccountName, String packageName, com.azure.core.util.Context context) Retrieve the python 2 package identified by package name.com.azure.core.http.rest.PagedIterable<Module>
Modules.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of modules.com.azure.core.http.rest.PagedIterable<Module>
Modules.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of modules.com.azure.core.http.rest.PagedIterable<Module>
Python2Packages.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of python 2 packages.com.azure.core.http.rest.PagedIterable<Module>
Python2Packages.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of python 2 packages.com.azure.core.http.rest.Response<Module>
Modules.updateWithResponse
(String resourceGroupName, String automationAccountName, String moduleName, ModuleUpdateParameters parameters, com.azure.core.util.Context context) Update the module identified by module name.