| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| 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.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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.