public final class OrchestrationServiceNames extends com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceNames>
| Modifier and Type | Field and Description |
|---|---|
static OrchestrationServiceNames |
AUTOMATIC_REPAIRS
Static value AutomaticRepairs for OrchestrationServiceNames.
|
| Constructor and Description |
|---|
OrchestrationServiceNames() |
| Modifier and Type | Method and Description |
|---|---|
static OrchestrationServiceNames |
fromString(String name)
Creates or finds a OrchestrationServiceNames from its string representation.
|
static Collection<OrchestrationServiceNames> |
values() |
public static final OrchestrationServiceNames AUTOMATIC_REPAIRS
public static OrchestrationServiceNames fromString(String name)
name - a name to look forpublic static Collection<OrchestrationServiceNames> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/