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
Static value Automatic for Resource |
|
static final
Resource |
MANUAL
Static value Manual for Resource |
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
Static value Automatic for ResourcePredictionsProfileType.
MANUAL
public static final ResourcePredictionsProfileType MANUAL
Static value Manual for ResourcePredictionsProfileType.
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: