public class VirtualMachineScaleSetSkuCapacity extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetSkuCapacity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
defaultCapacity()
Get the default capacity.
|
Long |
maximum()
Get the maximum capacity that can be set.
|
Long |
minimum()
Get the minimum capacity.
|
VirtualMachineScaleSetSkuScaleType |
scaleType()
Get the scale type applicable to the sku.
|
public Long minimum()
public Long maximum()
public Long defaultCapacity()
public VirtualMachineScaleSetSkuScaleType scaleType()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/