| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| 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 property: The orchestrator to use to manage container service cluster resources.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceOrchestratorProfile |
ContainerServiceOrchestratorProfile.withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestratorType property: The orchestrator to use to manage container service cluster resources.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.