Uses of Class
com.azure.resourcemanager.automation.models.UpdateConfiguration
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of UpdateConfiguration in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationCollectionItemProperties.updateConfiguration()
Get the updateConfiguration property: Update specific properties of the software update configuration.SoftwareUpdateConfigurationInner.updateConfiguration()
Get the updateConfiguration property: update specific properties for the Software update configuration.SoftwareUpdateConfigurationProperties.updateConfiguration()
Get the updateConfiguration property: update specific properties for the Software update configuration.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationCollectionItemProperties.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Set the updateConfiguration property: Update specific properties of the software update configuration.SoftwareUpdateConfigurationInner.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Set the updateConfiguration property: update specific properties for the Software update configuration.SoftwareUpdateConfigurationProperties.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Set the updateConfiguration property: update specific properties for the Software update configuration. -
Uses of UpdateConfiguration in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfiguration.updateConfiguration()
Gets the updateConfiguration property: update specific properties for the Software update configuration.SoftwareUpdateConfigurationCollectionItem.updateConfiguration()
Get the updateConfiguration property: Update specific properties of the software update configuration.UpdateConfiguration.withAzureVirtualMachines
(List<String> azureVirtualMachines) Set the azureVirtualMachines property: List of azure resource Ids for azure virtual machines targeted by the software update configuration.UpdateConfiguration.withDuration
(Duration duration) Set the duration property: Maximum time allowed for the software update configuration run.UpdateConfiguration.withLinux
(LinuxProperties linux) Set the linux property: Linux specific update configuration.UpdateConfiguration.withNonAzureComputerNames
(List<String> nonAzureComputerNames) Set the nonAzureComputerNames property: List of names of non-azure machines targeted by the software update configuration.UpdateConfiguration.withOperatingSystem
(OperatingSystemType operatingSystem) Set the operatingSystem property: operating system of target machines.UpdateConfiguration.withTargets
(TargetProperties targets) Set the targets property: Group targets for the software update configuration.UpdateConfiguration.withWindows
(WindowsProperties windows) Set the windows property: Windows specific update configuration.Modifier and TypeMethodDescriptionSoftwareUpdateConfiguration.DefinitionStages.WithUpdateConfiguration.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Specifies the updateConfiguration property: update specific properties for the Software update configuration.SoftwareUpdateConfigurationCollectionItem.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Set the updateConfiguration property: Update specific properties of the software update configuration.