| 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.WithAdminUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withLatestWindowsImage(String publisher,
String offer,
String sku)
Specifies that the latest version of the specified marketplace Windows image should be used.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the specific version of a marketplace Windows image needs to be used.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withStoredWindowsImage(String imageUrl)
Specifies the user (custom) Windows image to be used as the operating system for the virtual machines in the
scale set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/