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.
|
void |
validate()
Validates the instance.
|
ContainerServiceOrchestratorProfile |
withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestratorType property: The orchestrator to use to manage container service cluster resources.
|
public ContainerServiceOrchestratorTypes orchestratorType()
public ContainerServiceOrchestratorProfile withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
orchestratorType
- the orchestratorType value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.