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