ResourcePredictionsProfileType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devopsinfrastructure. models. ResourcePredictionsProfileType
- com.
- com.
public final class ResourcePredictionsProfileType
extends ExpandableStringEnum<ResourcePredictionsProfileType>
Determines how the stand-by scheme should be provided.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resource |
AUTOMATIC
The stand-by agent scheme is determined based on historical demand. |
|
static final
Resource |
MANUAL
Customer provides the stand-by agent scheme. |
Constructor Summary
| Constructor | Description |
|---|---|
| ResourcePredictionsProfileType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromString(String name)
Creates or finds a Resource |
|
static
Collection<Resource |
values()
Gets known Resource |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTOMATIC
public static final ResourcePredictionsProfileType AUTOMATIC
The stand-by agent scheme is determined based on historical demand.
MANUAL
public static final ResourcePredictionsProfileType MANUAL
Customer provides the stand-by agent scheme.
Constructor Details
ResourcePredictionsProfileType
@Deprecated
public ResourcePredictionsProfileType()
Deprecated
Creates a new instance of ResourcePredictionsProfileType value.
Method Details
fromString
public static ResourcePredictionsProfileType fromString(String name)
Creates or finds a ResourcePredictionsProfileType from its string representation.
Parameters:
Returns:
values
public static Collection<ResourcePredictionsProfileType> values()
Gets known ResourcePredictionsProfileType values.
Returns: