ContainerServiceMachineOSProfile.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. 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)