| 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.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withLatestLinuxImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Linux image is to be used as the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies a known marketplace Linux image to be used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies a version of a market-place Linux image to be used as the virtual machine's OS.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.