public class Sku extends Object
| Constructor and Description |
|---|
Sku() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
capacity()
Get the SKU capacity.
|
String |
family()
Get the SKU family.
|
String |
model()
Get the SKU model.
|
String |
name()
Get the SKU name.
|
String |
size()
Get the SKU size.
|
String |
tier()
Get the SKU tier.
|
Sku |
withCapacity(Integer capacity)
Set the SKU capacity.
|
Sku |
withFamily(String family)
Set the SKU family.
|
Sku |
withModel(String model)
Set the SKU model.
|
Sku |
withName(String name)
Set the SKU name.
|
Sku |
withSize(String size)
Set the SKU size.
|
Sku |
withTier(String tier)
Set the SKU tier.
|
public String name()
public Sku withName(String name)
name - the name value to setpublic String tier()
public Sku withTier(String tier)
tier - the tier value to setpublic String size()
public Sku withSize(String size)
size - the size value to setpublic String family()
public Sku withFamily(String family)
family - the family value to setpublic String model()
public Sku withModel(String model)
model - the model value to setpublic Integer capacity()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/