Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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
Modifier and TypeMethodDescriptionModuleCreateOrUpdateParameters.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.Modifier 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.