public final class ContainerServiceOrchestratorTypes extends com.azure.core.util.ExpandableStringEnum<ContainerServiceOrchestratorTypes>
| Modifier and Type | Field and Description |
|---|---|
static ContainerServiceOrchestratorTypes |
CUSTOM
Static value Custom for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
DCOS
Static value DCOS for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
DOCKER_CE
Static value DockerCE for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
KUBERNETES
Static value Kubernetes for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
SWARM
Static value Swarm for ContainerServiceOrchestratorTypes.
|
| Constructor and Description |
|---|
ContainerServiceOrchestratorTypes() |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceOrchestratorTypes |
fromString(String name)
Creates or finds a ContainerServiceOrchestratorTypes from its string representation.
|
static Collection<ContainerServiceOrchestratorTypes> |
values() |
public static final ContainerServiceOrchestratorTypes KUBERNETES
public static final ContainerServiceOrchestratorTypes SWARM
public static final ContainerServiceOrchestratorTypes DCOS
public static final ContainerServiceOrchestratorTypes DOCKER_CE
public static final ContainerServiceOrchestratorTypes CUSTOM
public static ContainerServiceOrchestratorTypes fromString(String name)
name - a name to look for.public static Collection<ContainerServiceOrchestratorTypes> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.