ContainerServiceOrchestratorProfile Class

Definition

Profile for the container service orchestrator.

public class ContainerServiceOrchestratorProfile
type ContainerServiceOrchestratorProfile = class
Public Class ContainerServiceOrchestratorProfile
Inheritance
ContainerServiceOrchestratorProfile

Constructors

ContainerServiceOrchestratorProfile()

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

Properties

OrchestratorType

Gets or sets the orchestrator to use to manage container service cluster resources. Valid values are Kubernetes, Swarm, DCOS, DockerCE and Custom. Possible values include: 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom'

OrchestratorVersion

Gets or sets the version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as "1.6.11".

Methods

Validate()

Validate the object.

Applies to