| Modifier and Type | Method and Description |
|---|---|
SkuCapacity |
GlobalCsmSkuDescription.capacity()
Get the capacity value.
|
SkuCapacity |
SkuDescription.skuCapacity()
Get the skuCapacity value.
|
SkuCapacity |
SkuCapacity.withDefaultProperty(Integer defaultProperty)
Set the defaultProperty value.
|
SkuCapacity |
SkuCapacity.withMaximum(Integer maximum)
Set the maximum value.
|
SkuCapacity |
SkuCapacity.withMinimum(Integer minimum)
Set the minimum value.
|
SkuCapacity |
SkuCapacity.withScaleType(String scaleType)
Set the scaleType value.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withCapacity(SkuCapacity capacity)
Set the capacity value.
|
SkuDescription |
SkuDescription.withSkuCapacity(SkuCapacity skuCapacity)
Set the skuCapacity value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/