public class ContainerServiceCustomProfile extends Object
| Constructor and Description |
|---|
ContainerServiceCustomProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
orchestrator()
Get the name of the custom orchestrator to use.
|
ContainerServiceCustomProfile |
withOrchestrator(String orchestrator)
Set the name of the custom orchestrator to use.
|
public String orchestrator()
public ContainerServiceCustomProfile withOrchestrator(String orchestrator)
orchestrator - the orchestrator 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.
*/