OrchestratorVersionProfileListResultInner.Orchestrators Property

Definition

Gets or sets list of orchestrator version profiles.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.orchestrators")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorVersionProfile> Orchestrators { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.orchestrators")>]
member this.Orchestrators : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorVersionProfile> with get, set
Public Property Orchestrators As IList(Of OrchestratorVersionProfile)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to