public class ContainerServiceOrchestratorProfile extends Object
| Constructor and Description |
|---|
ContainerServiceOrchestratorProfile() |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceOrchestratorTypes |
orchestratorType()
Get the orchestrator to use to manage container service cluster resources.
|
String |
orchestratorVersion()
Get the version of the orchestrator to use.
|
ContainerServiceOrchestratorProfile |
withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestrator to use to manage container service cluster resources.
|
ContainerServiceOrchestratorProfile |
withOrchestratorVersion(String orchestratorVersion)
Set the version of the orchestrator to use.
|
public ContainerServiceOrchestratorTypes orchestratorType()
public ContainerServiceOrchestratorProfile withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
orchestratorType - the orchestratorType value to setpublic String orchestratorVersion()
public ContainerServiceOrchestratorProfile withOrchestratorVersion(String orchestratorVersion)
orchestratorVersion - the orchestratorVersion value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/