public class Sku extends Object
| Constructor and Description |
|---|
Sku() |
| Modifier and Type | Method and Description |
|---|---|
Long |
capacity()
Get the capacity value.
|
String |
name()
Get the name value.
|
String |
tier()
Get the tier value.
|
Sku |
withCapacity(Long capacity)
Set the capacity value.
|
Sku |
withName(String name)
Set the name value.
|
Sku |
withTier(String tier)
Set the tier value.
|
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 Long capacity()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/