Uses of Class
com.azure.resourcemanager.compute.models.WindowsConfiguration
Packages that use WindowsConfiguration
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WindowsConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return WindowsConfigurationModifier and TypeMethodDescriptionstatic WindowsConfigurationWindowsConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WindowsConfiguration from the JsonReader.OSProfile.windowsConfiguration()Get the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.windowsConfiguration()Get the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.windowsConfiguration()Get the windowsConfiguration property: The Windows Configuration of the OS profile.WindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent) Set the additionalUnattendContent property: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.WindowsConfiguration.withEnableAutomaticUpdates(Boolean enableAutomaticUpdates) Set the enableAutomaticUpdates property: Indicates whether Automatic Updates is enabled for the Windows virtual machine.WindowsConfiguration.withPatchSettings(PatchSettings patchSettings) Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.WindowsConfiguration.withProvisionVMAgent(Boolean provisionVMAgent) Set the provisionVMAgent property: Indicates whether virtual machine agent should be provisioned on the virtual machine.WindowsConfiguration.withTimeZone(String timeZone) Set the timeZone property: Specifies the time zone of the virtual machine. e.g.WindowsConfiguration.withWinRM(WinRMConfiguration winRM) Set the winRM property: Specifies the Windows Remote Management listeners.Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsConfigurationModifier and TypeMethodDescriptionOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: The Windows Configuration of the OS profile.