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