| Modifier and Type | Field and Description |
|---|---|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.CUSTOM
Static value Custom for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.DCOS
Static value DCOS for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.DOCKER_CE
Static value DockerCE for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.KUBERNETES
Static value Kubernetes for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.SWARM
Static value Swarm for ContainerServiceOrchestratorTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.fromString(String name)
Creates or finds a ContainerServiceOrchestratorTypes from its string representation.
|
ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorProfile.orchestratorType()
Get the orchestratorType value.
|
ContainerServiceOrchestratorTypes |
ContainerService.orchestratorType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ContainerServiceOrchestratorTypes> |
ContainerServiceOrchestratorTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceOrchestratorProfile |
ContainerServiceOrchestratorProfile.withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestratorType value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/