ContainerServiceOrchestratorProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceOrchestratorProfile
- com.
public class ContainerServiceOrchestratorProfile
Profile for the container service orchestrator.
Method Summary
Modifier and Type | Method and Description |
---|---|
Container |
orchestratorType()
Get the orchestratorType value. |
Container |
withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestratorType value. |
Method Details
orchestratorType
public ContainerServiceOrchestratorTypes orchestratorType()
Get the orchestratorType value.
Returns:
the orchestratorType value
withOrchestratorType
public ContainerServiceOrchestratorProfile withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestratorType value.
Parameters:
orchestratorType
- the orchestratorType value to set
Returns:
the ContainerServiceOrchestratorProfile object itself.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java