ContainerServiceCustomProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceCustomProfile
- com.
public class ContainerServiceCustomProfile
Properties to configure a custom container service cluster.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
orchestrator()
Get the orchestrator value. |
Container |
withOrchestrator(String orchestrator)
Set the orchestrator value. |
Method Details
orchestrator
public String orchestrator()
Get the orchestrator value.
Returns:
the orchestrator value
withOrchestrator
public ContainerServiceCustomProfile withOrchestrator(String orchestrator)
Set the orchestrator value.
Parameters:
orchestrator
- the orchestrator value to set
Returns:
the ContainerServiceCustomProfile object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java