ContainerServiceCustomProfile Class

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

public class ContainerServiceCustomProfile

Properties to configure a custom container service cluster.

Method Summary

Modifier and Type Method and Description
String orchestrator()

Get the name of the custom orchestrator to use.

ContainerServiceCustomProfile withOrchestrator(String orchestrator)

Set the name of the custom orchestrator to use.

Method Details

orchestrator

public String orchestrator()

Get the name of the custom orchestrator to use.

Returns:

the orchestrator value

withOrchestrator

public ContainerServiceCustomProfile withOrchestrator(String orchestrator)

Set the name of the custom orchestrator to use.

Parameters:

orchestrator - the orchestrator value to set

Returns:

the ContainerServiceCustomProfile object itself.

Applies to