| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.Definition
The entirety of the load balancer definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
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.WithRootUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies a known marketplace Linux image used as the virtual machine's operating system.
|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the specific version of a market-place Linux image that should be used.
|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withStoredLinuxImage(String imageUrl)
Specifies the user (custom) Linux image used as the virtual machine's operating system.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/