Class OrchestrationServiceNames
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceNames>
com.microsoft.azure.management.compute.OrchestrationServiceNames
public final class OrchestrationServiceNames
extends com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceNames>
Defines values for OrchestrationServiceNames.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OrchestrationServiceNames
Static value AutomaticRepairs for OrchestrationServiceNames. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrchestrationServiceNames
fromString
(String name) Creates or finds a OrchestrationServiceNames from its string representation.static Collection<OrchestrationServiceNames>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
AUTOMATIC_REPAIRS
Static value AutomaticRepairs for OrchestrationServiceNames.
-
-
Constructor Details
-
OrchestrationServiceNames
public OrchestrationServiceNames()
-
-
Method Details
-
fromString
Creates or finds a OrchestrationServiceNames from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding OrchestrationServiceNames
-
values
- Returns:
- known OrchestrationServiceNames values
-