Class ContainerServiceCustomProfile
java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceCustomProfile
Properties to configure a custom container service cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the custom orchestrator to use.withOrchestrator
(String orchestrator) Set the name of the custom orchestrator to use.
-
Constructor Details
-
ContainerServiceCustomProfile
public ContainerServiceCustomProfile()
-
-
Method Details
-
orchestrator
Get the name of the custom orchestrator to use.- Returns:
- the orchestrator value
-
withOrchestrator
Set the name of the custom orchestrator to use.- Parameters:
orchestrator
- the orchestrator value to set- Returns:
- the ContainerServiceCustomProfile object itself.
-