ScaleType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. webpubsub. models. ScaleType
- com.
- com.
public final class ScaleType
extends ExpandableStringEnum<ScaleType>
The scale type applicable to the sku.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Scale |
AUTOMATIC
Static value Automatic for Scale |
|
static final
Scale |
MANUAL
Static value Manual for Scale |
|
static final
Scale |
NONE
Static value None for Scale |
Constructor Summary
| Constructor | Description |
|---|---|
| ScaleType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Scale |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Scale |
fromString(String name)
Creates or finds a Scale |
|
static
Collection<Scale |
values()
Gets known Scale |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTOMATIC
public static final ScaleType AUTOMATIC
Static value Automatic for ScaleType.
MANUAL
public static final ScaleType MANUAL
Static value Manual for ScaleType.
NONE
public static final ScaleType NONE
Static value None for ScaleType.
Constructor Details
ScaleType
@Deprecated
public ScaleType()
Deprecated
Creates a new instance of ScaleType value.
Method Details
fromString
public static ScaleType fromString(String name)
Creates or finds a ScaleType from its string representation.
Parameters:
Returns:
values
public static Collection<ScaleType> values()
Gets known ScaleType values.
Returns: