QuotaUnit Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearningservices. models. QuotaUnit
- com.
- com.
public final class QuotaUnit
extends ExpandableStringEnum<QuotaUnit>
Defines values for QuotaUnit.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Quota |
COUNT
Static value Count for Quota |
Constructor Summary
Constructor | Description | |
---|---|---|
QuotaUnit() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Quota |
fromString(String name)
Creates or finds a Quota |
static
Collection<Quota |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COUNT
public static final QuotaUnit COUNT
Static value Count for QuotaUnit.
Constructor Details
QuotaUnit
public QuotaUnit()
Method Details
fromString
public static QuotaUnit fromString(String name)
Creates or finds a QuotaUnit from its string representation.
Parameters:
name
- a name to look for.
Returns:
the corresponding QuotaUnit.
values
public static Collection
Returns:
known QuotaUnit values.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java