共用方式為


ContainerServiceOrchestratorProfile.OrchestratorType Property

Definition

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'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to