| Modifier and Type | Field and Description |
|---|---|
static SkuTier |
SkuTier.BASIC
Static value Basic for SkuTier.
|
static SkuTier |
SkuTier.PREMIUM
Static value Premium for SkuTier.
|
static SkuTier |
SkuTier.STANDARD
Static value Standard for SkuTier.
|
| Modifier and Type | Method and Description |
|---|---|
SkuTier |
NamespaceSku.tier() |
SkuTier |
Sku.tier()
Get the tier value.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withTier(SkuTier tier)
Set the tier value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/