| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionManagedOrUnmanaged
The entirety of the virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withLatestWindowsImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Windows image should to be used as the virtual
machine's OS.
|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies a known marketplace Windows image to be used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.