| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.DefinitionManaged
The entirety of the managed disk based virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
The entirety of the virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSet.DefinitionShared
The virtual machine scale set stages shared between managed and unmanaged based
virtual machine scale set definitions.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities
The stage of a virtual machine scale set definition allowing to
set specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine
Scale Set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms
The stage of a virtual machine scale set definition allowing to
set when Overprovision is enabled, extensions are launched only on the requested number of VMs
which are finally kept.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup
The stage of a virtual machine scale set definition allowing to
set information about the proximity placement group that the virtual machine scale set should
be assigned to.
|
static interface |
VirtualMachineScaleSet.DefinitionUnmanaged
The entirety of the unmanaged disk based virtual machine scale set definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet |
VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities)
Set specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine
Scale Set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/