Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
WindowsConfiguration |
OSProfile.windowsConfiguration()
Get the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
VirtualMachineScaleSetUpdateOSProfile.windowsConfiguration()
Get the windowsConfiguration property: The Windows Configuration of the OS profile.
|
WindowsConfiguration |
VirtualMachineScaleSetOSProfile.windowsConfiguration()
Get the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
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 |
WindowsConfiguration.withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set the enableAutomaticUpdates property: Indicates whether Automatic Updates is enabled for the Windows virtual
machine.
|
WindowsConfiguration |
WindowsConfiguration.withProvisionVMAgent(Boolean provisionVMAgent)
Set the provisionVMAgent property: Indicates whether virtual machine agent should be provisioned on the virtual
machine.
|
WindowsConfiguration |
WindowsConfiguration.withTimeZone(String timeZone)
Set the timeZone property: Specifies the time zone of the virtual machine.
|
WindowsConfiguration |
WindowsConfiguration.withWinRM(WinRMConfiguration winRM)
Set the winRM property: Specifies the Windows Remote Management listeners.
|
Modifier and Type | Method and Description |
---|---|
OSProfile |
OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration property: The Windows Configuration of the OS profile.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.