VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManaged.withAdminPassword(String adminPassword) |
Specifies the administrator password for the Windows virtual machine.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withoutAutoUpdate() |
Disables automatic updates.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withoutVMAgent() |
Prevents the provisioning of a VM agent.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithOS.withSpecializedWindowsCustomImage(String customImageId) |
Specifies the resource ID of a specialized Windows custom image to be used as the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithOS.withSpecializedWindowsGalleryImageVersion(String galleryImageVersionId) |
Specifies the resource ID of a specialized Windows gallery image version to be used as the virtual
machine's OS.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withTimeZone(String timeZone) |
Specifies the time-zone.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener) |
Specifies WinRM listener.
|