public final class VirtualMachineScaleSetSkuCapacity extends Object
Constructor and Description |
---|
VirtualMachineScaleSetSkuCapacity() |
Modifier and Type | Method and Description |
---|---|
Long |
defaultCapacity()
Get the defaultCapacity property: The default capacity.
|
Long |
maximum()
Get the maximum property: The maximum capacity that can be set.
|
Long |
minimum()
Get the minimum property: The minimum capacity.
|
VirtualMachineScaleSetSkuScaleType |
scaleType()
Get the scaleType property: The scale type applicable to the sku.
|
void |
validate()
Validates the instance.
|
public Long minimum()
public Long maximum()
public Long defaultCapacity()
public VirtualMachineScaleSetSkuScaleType scaleType()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.