public final class ContainerServiceOrchestratorProfile extends Object
| Constructor and Description |
|---|
ContainerServiceOrchestratorProfile() |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceOrchestratorTypes |
orchestratorType()
Get the orchestratorType property: The orchestrator to use to manage container service cluster resources.
|
String |
orchestratorVersion()
Get the orchestratorVersion property: The version of the orchestrator to use.
|
void |
validate()
Validates the instance.
|
ContainerServiceOrchestratorProfile |
withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestratorType property: The orchestrator to use to manage container service cluster resources.
|
ContainerServiceOrchestratorProfile |
withOrchestratorVersion(String orchestratorVersion)
Set the orchestratorVersion property: The version of the orchestrator to use.
|
public ContainerServiceOrchestratorTypes orchestratorType()
public ContainerServiceOrchestratorProfile withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
orchestratorType - the orchestratorType value to set.public String orchestratorVersion()
public ContainerServiceOrchestratorProfile withOrchestratorVersion(String orchestratorVersion)
orchestratorVersion - the orchestratorVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.