| Modifier and Type | Field and Description |
|---|---|
static ComputeSkuTier |
ComputeSkuTier.BASIC
Static value Basic for ComputeSkuTier.
|
static ComputeSkuTier |
ComputeSkuTier.PREMIUM
Static value Premium for ComputeSkuTier.
|
static ComputeSkuTier |
ComputeSkuTier.STANDARD
Static value Standard for ComputeSkuTier.
|
| Modifier and Type | Method and Description |
|---|---|
static ComputeSkuTier |
ComputeSkuTier.fromString(String name)
Creates or finds a ComputeSkuTier from its string representation.
|
ComputeSkuTier |
ComputeSku.tier() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ComputeSkuTier> |
ComputeSkuTier.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/