ContainerServiceOrchestratorProfile.OrchestratorType Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="orchestratorType")]
public Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorTypes OrchestratorType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="orchestratorType")>]
member this.OrchestratorType : Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorTypes with get, set
Public Property OrchestratorType As ContainerServiceOrchestratorTypes

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to