public final class SkuTier extends com.microsoft.rest.ExpandableStringEnum<SkuTier>
| Modifier and Type | Field | Description |
|---|---|---|
static SkuTier |
BASIC |
Static value Basic for SkuTier.
|
static SkuTier |
CLASSIC |
Static value Classic for SkuTier.
|
static SkuTier |
PREMIUM |
Static value Premium for SkuTier.
|
static SkuTier |
STANDARD |
Static value Standard for SkuTier.
|
| Constructor | Description |
|---|---|
SkuTier() |
| Modifier and Type | Method | Description |
|---|---|---|
static SkuTier |
fromString(String name) |
Creates or finds a SkuTier from its string representation.
|
static Collection<SkuTier> |
values() |
public static final SkuTier CLASSIC
public static final SkuTier BASIC
public static final SkuTier STANDARD
public static final SkuTier PREMIUM
public static SkuTier fromString(String name)
name - a name to look forpublic static Collection<SkuTier> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/