VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordManaged.withAdminPassword(String adminPassword) |
Specifies the administrator password for the Windows virtual machine.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withAutoUpdate() |
Enables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withoutAutoUpdate() |
Disables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withoutVMAgent() |
Disables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecializedWindowsCustomImage(String customImageId) |
Specifies the ID of a specialized Windows custom image to be used.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withTimeZone(String timeZone) |
Specifies the time zone for the virtual machines to use.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withVMAgent() |
Enables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener) |
Specifies the WinRM listener.
|