Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
WindowsConfiguration |
VirtualMachineScaleSetOSProfile.windowsConfiguration()
Get specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
OSProfile.windowsConfiguration()
Get specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
VirtualMachineScaleSetUpdateOSProfile.windowsConfiguration()
Get the Windows Configuration of the OS profile.
|
WindowsConfiguration |
WindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set 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 indicates whether virtual machine is enabled for automatic Windows updates.
|
WindowsConfiguration |
WindowsConfiguration.withProvisionVMAgent(Boolean provisionVMAgent)
Set indicates whether virtual machine agent should be provisioned on the virtual machine.
|
WindowsConfiguration |
WindowsConfiguration.withTimeZone(String timeZone)
Set specifies the time zone of the virtual machine.
|
WindowsConfiguration |
WindowsConfiguration.withWinRM(WinRMConfiguration winRM)
Set specifies the Windows Remote Management listeners.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set specifies Windows operating system settings on the virtual machine.
|
OSProfile |
OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set specifies Windows operating system settings on the virtual machine.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the Windows Configuration of the OS profile.
|
Copyright © 2019. All rights reserved.