Share via


IAgentPool.OSSku Property

Definition

Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "CBLMariner", "Windows2019", "Windows2022" })]
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="osSKU", Update=true)]
public string OSSku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "CBLMariner", "Windows2019", "Windows2022" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="osSKU", Update=true)>]
member this.OSSku : string with get, set
Public Property OSSku As String

Property Value

Attributes

Applies to