OrchestrationServiceNames Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. OrchestrationServiceNames
- com.
- com.
public final class OrchestrationServiceNames
extends ExpandableStringEnum<OrchestrationServiceNames>
The name of the service.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Orchestration |
AUTOMATIC_REPAIRS
Static value Automatic |
Constructor Summary
Constructor | Description |
---|---|
OrchestrationServiceNames() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Orchestration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Orchestration |
fromString(String name)
Creates or finds a Orchestration |
static
Collection<Orchestration |
values()
Gets known Orchestration |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTOMATIC_REPAIRS
public static final OrchestrationServiceNames AUTOMATIC_REPAIRS
Static value AutomaticRepairs for OrchestrationServiceNames.
Constructor Details
OrchestrationServiceNames
@Deprecated
public OrchestrationServiceNames()
Deprecated
Creates a new instance of OrchestrationServiceNames value.
Method Details
fromString
public static OrchestrationServiceNames fromString(String name)
Creates or finds a OrchestrationServiceNames from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OrchestrationServiceNames values.
Returns:
Applies to
Azure SDK for Java