| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
The entirety of the virtual machine scale set definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withLatestLinuxImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Linux image should be used.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies a known marketplace Linux image used as the virtual machine's operating system.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the specific version of a market-place Linux image that should be used.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.