次の方法で共有


ContainerServiceAgentPoolData.OSSku プロパティ

定義

エージェント プールで使用される OS SKU を指定します。 指定しない場合、既定値は OSType=Linux の場合は Ubuntu、OSType=Windows の場合は Windows2019 です。 また、Windows 2019 が非推奨になった後、既定の Windows OSSKU は Windows2022 に変更されます。

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)

プロパティ値

適用対象