IAgentPool.OSSku 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.
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