Share via


OSOptionProfile.OSOptionPropertyList Property

Definition

Gets or sets the list of OS options.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to