Compartir vía


ContainerService.DefinitionStages.WithOrchestrator Interface

public interface WithOrchestrator

The stage of the container service definition allowing to specify orchestration type.

Method Summary

Modifier and Type Method and Description
ContainerService.DefinitionStages.WithDiagnostics withDcosOrchestration()

Specifies the DCOS orchestration type for the container service.

ContainerService.DefinitionStages.WithServicePrincipalProfile withKubernetesOrchestration()

Specifies the Kubernetes orchestration type for the container service.

ContainerService.DefinitionStages.WithDiagnostics withSwarmOrchestration()

Specifies the Swarm orchestration type for the container service.

Method Details

withDcosOrchestration

public WithDiagnostics withDcosOrchestration()

Specifies the DCOS orchestration type for the container service.

Returns:

the next stage of the definition

withKubernetesOrchestration

public WithServicePrincipalProfile withKubernetesOrchestration()

Specifies the Kubernetes orchestration type for the container service.

Returns:

the next stage of the definition

withSwarmOrchestration

public WithDiagnostics withSwarmOrchestration()

Specifies the Swarm orchestration type for the container service.

Returns:

the next stage of the definition

Applies to