LimitType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. quota. models. LimitType
- com.
- com.
public final class LimitType
extends ExpandableStringEnum<LimitType>
The limit object type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Limit |
LIMIT_VALUE
Static value Limit |
Constructor Summary
| Constructor | Description |
|---|---|
| LimitType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Limit |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Limit |
fromString(String name)
Creates or finds a Limit |
|
static
Collection<Limit |
values()
Gets known Limit |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LIMIT_VALUE
public static final LimitType LIMIT_VALUE
Static value LimitValue for LimitType.
Constructor Details
LimitType
@Deprecated
public LimitType()
Deprecated
Creates a new instance of LimitType value.
Method Details
fromString
public static LimitType fromString(String name)
Creates or finds a LimitType from its string representation.
Parameters:
Returns:
values
public static Collection<LimitType> values()
Gets known LimitType values.
Returns: