你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerServiceOrchestratorProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.ContainerServiceOrchestratorProfile

public class ContainerServiceOrchestratorProfile

Profile for the container service orchestrator.

Method Summary

Modifier and Type Method and Description
ContainerServiceOrchestratorTypes orchestratorType()

Get the orchestratorType value.

ContainerServiceOrchestratorProfile 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