IOSOptionPropertyList.OSOptionPropertyList1 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of OS options.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The list of OS options.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProperty) }, ReadOnly=false, Required=true, SerializedName="osOptionPropertyList")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProperty[] OSOptionPropertyList1 { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The list of OS options.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProperty) }, ReadOnly=false, Required=true, SerializedName="osOptionPropertyList")>]
member this.OSOptionPropertyList1 : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProperty[] with get, set
Public Property OSOptionPropertyList1 As IOSOptionProperty()
Property Value
- Attributes