| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionManaged
The entirety of the managed disk based virtual machine definition.
|
static interface |
VirtualMachine.DefinitionManagedOrUnmanaged
The entirety of the virtual machine definition.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
The stage of the Windows virtual machine definition allowing to enable unmanaged disks
or continue the definition of the VM with managed disks only.
|
| Modifier and Type | Method and Description |
|---|---|
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.WithWindowsCreateManaged.withTimeZone(String timeZone)
Specifies the time-zone.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener)
Specifies WinRM listener.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/