Uses of Class
com.azure.resourcemanager.automation.fluent.models.ModuleInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ModuleInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionModulesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String moduleName, ModuleCreateOrUpdateParameters parameters) Create or Update the module identified by module name.Python2PackagesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters) Create or Update the python 2 package identified by package name.Retrieve the module identified by module name.Python2PackagesClient.get
(String resourceGroupName, String automationAccountName, String packageName) Retrieve the python 2 package identified by package name.ModulesClient.update
(String resourceGroupName, String automationAccountName, String moduleName, ModuleUpdateParameters parameters) Update the module identified by module name.Python2PackagesClient.update
(String resourceGroupName, String automationAccountName, String packageName, PythonPackageUpdateParameters parameters) Update the python 2 package identified by package name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ModuleInner>
ModulesClient.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<ModuleInner>
Python2PackagesClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters, com.azure.core.util.Context context) Create or Update the python 2 package identified by package name.com.azure.core.http.rest.Response<ModuleInner>
ModulesClient.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<ModuleInner>
Python2PackagesClient.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<ModuleInner>
ModulesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of modules.com.azure.core.http.rest.PagedIterable<ModuleInner>
ModulesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of modules.com.azure.core.http.rest.PagedIterable<ModuleInner>
Python2PackagesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of python 2 packages.com.azure.core.http.rest.PagedIterable<ModuleInner>
Python2PackagesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of python 2 packages.com.azure.core.http.rest.Response<ModuleInner>
ModulesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String moduleName, ModuleUpdateParameters parameters, com.azure.core.util.Context context) Update the module identified by module name.com.azure.core.http.rest.Response<ModuleInner>
Python2PackagesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String packageName, PythonPackageUpdateParameters parameters, com.azure.core.util.Context context) Update the python 2 package identified by package name. -
Uses of ModuleInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionModuleInner.withActivityCount
(Integer activityCount) Set the activityCount property: Gets or sets the activity count of the module.ModuleInner.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the contentLink of the module.ModuleInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.ModuleInner.withDescription
(String description) Set the description property: Gets or sets the description.ModuleInner.withError
(ModuleErrorInfo error) Set the error property: Gets or sets the error info of the module.Set the etag property: Gets or sets the etag of the resource.ModuleInner.withIsComposite
(Boolean isComposite) Set the isComposite property: Gets or sets type of module, if its composite or not.ModuleInner.withIsGlobal
(Boolean isGlobal) Set the isGlobal property: Gets or sets the isGlobal flag of the module.ModuleInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.ModuleInner.withLocation
(String location) ModuleInner.withProvisioningState
(ModuleProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the module.ModuleInner.withSizeInBytes
(Long sizeInBytes) Set the sizeInBytes property: Gets or sets the size in bytes of the module.ModuleInner.withVersion
(String version) Set the version property: Gets or sets the version of the module. -
Uses of ModuleInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionModule.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.ModuleInner object.Modifier and TypeMethodDescriptionModuleListResult.value()
Get the value property: Gets or sets a list of modules.Modifier and TypeMethodDescriptionModuleListResult.withValue
(List<ModuleInner> value) Set the value property: Gets or sets a list of modules.