public final class SkuInfoInner extends Object
| Constructor and Description |
|---|
SkuInfoInner() |
| Modifier and Type | Method and Description |
|---|---|
SkuCapacity |
capacity()
Get the capacity property: Min, max, and default scale values of the SKU.
|
String |
resourceType()
Get the resourceType property: Resource type that this SKU applies to.
|
SkuDescription |
sku()
Get the sku property: Name and tier of the SKU.
|
void |
validate()
Validates the instance.
|
SkuInfoInner |
withCapacity(SkuCapacity capacity)
Set the capacity property: Min, max, and default scale values of the SKU.
|
SkuInfoInner |
withResourceType(String resourceType)
Set the resourceType property: Resource type that this SKU applies to.
|
SkuInfoInner |
withSku(SkuDescription sku)
Set the sku property: Name and tier of the SKU.
|
public String resourceType()
public SkuInfoInner withResourceType(String resourceType)
resourceType - the resourceType value to set.public SkuDescription sku()
public SkuInfoInner withSku(SkuDescription sku)
sku - the sku value to set.public SkuCapacity capacity()
public SkuInfoInner withCapacity(SkuCapacity capacity)
capacity - the capacity value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.