public final class ContainerServiceCustomProfile extends Object
Constructor and Description |
---|
ContainerServiceCustomProfile() |
Modifier and Type | Method and Description |
---|---|
String |
orchestrator()
Get the orchestrator property: The name of the custom orchestrator to use.
|
void |
validate()
Validates the instance.
|
ContainerServiceCustomProfile |
withOrchestrator(String orchestrator)
Set the orchestrator property: The name of the custom orchestrator to use.
|
public String orchestrator()
public ContainerServiceCustomProfile withOrchestrator(String orchestrator)
orchestrator
- the orchestrator value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.