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

ContainerServiceCustomProfile Class

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

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.

ContainerServiceCustomProfile 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