Uses of Class
com.azure.resourcemanager.automation.models.ModuleUpdateParameters
Packages that use ModuleUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ModuleUpdateParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type ModuleUpdateParametersModifier and TypeMethodDescriptionModulesClient.update
(String resourceGroupName, String automationAccountName, String moduleName, ModuleUpdateParameters parameters) Update the module identified by module name.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. -
Uses of ModuleUpdateParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ModuleUpdateParametersModifier and TypeMethodDescriptionstatic ModuleUpdateParameters
ModuleUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ModuleUpdateParameters from the JsonReader.ModuleUpdateParameters.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.ModuleUpdateParameters.withLocation
(String location) Set the location property: Gets or sets the location of the resource.Set the name property: Gets or sets name of the resource.Set the tags property: Gets or sets the tags attached to the resource.Methods in com.azure.resourcemanager.automation.models with parameters of type ModuleUpdateParametersModifier and TypeMethodDescriptionModules.update
(String resourceGroupName, String automationAccountName, String moduleName, ModuleUpdateParameters parameters) Update the module identified by module name.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.