ContainerServiceMachineOSProfile.OSSku Property

Definition

Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated.

public Azure.ResourceManager.ContainerService.Models.ContainerServiceOSSku? OSSku { get; set; }
member this.OSSku : Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceOSSku> with get, set
Public Property OSSku As Nullable(Of ContainerServiceOSSku)

Property Value

Applies to