public static interface VirtualMachineScaleSet.DefinitionStages.WithOverProvision
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withoutOverProvisioning()
Disables over-provisioning of virtual machines.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withOverProvision(boolean enabled)
Enables or disables over-provisioning of virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withOverProvisioning()
Enables over-provisioning of virtual machines.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate withOverProvision(boolean enabled)
enabled - true if enabling over-0provisioning of virtual machines in the
scale set, otherwise falseVirtualMachineScaleSet.DefinitionStages.WithCreate withOverProvisioning()
VirtualMachineScaleSet.DefinitionStages.WithCreate withoutOverProvisioning()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/