Uses of Class
com.azure.resourcemanager.containerservice.models.OSSku
Packages that use OSSku
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of OSSku in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OSSkuModifier and TypeMethodDescriptionAgentPoolInner.osSku()Get the osSku property: Specifies the OS SKU used by the agent pool.ManagedClusterAgentPoolProfileProperties.osSku()Get the osSku property: Specifies the OS SKU used by the agent pool.SnapshotInner.osSku()Get the osSku property: Specifies the OS SKU used by the agent pool.SnapshotProperties.osSku()Get the osSku property: Specifies the OS SKU used by the agent pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OSSkuModifier and TypeMethodDescriptionSet the osSku property: Specifies the OS SKU used by the agent pool.Set the osSku property: Specifies the OS SKU used by the agent pool. -
Uses of OSSku in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type OSSku in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as OSSkuModifier and TypeFieldDescriptionstatic final OSSkuOSSku.AZURE_LINUXUse AzureLinux as the OS for node images.static final OSSkuOSSku.AZURE_LINUX3Use AzureLinux3 as the OS for node images.static final OSSkuOSSku.CBLMARINERDeprecated OSSKU.static final OSSkuOSSku.UBUNTUUse Ubuntu as the OS for node images.static final OSSkuOSSku.UBUNTU2204Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools.static final OSSkuOSSku.UBUNTU2404Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools.static final OSSkuOSSku.WINDOWS2019Use Windows2019 as the OS for node images.static final OSSkuOSSku.WINDOWS2022Use Windows2022 as the OS for node images.Methods in com.azure.resourcemanager.containerservice.models that return OSSkuModifier and TypeMethodDescriptionstatic OSSkuOSSku.fromString(String name) Creates or finds a OSSku from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OSSkuModifier and TypeMethodDescriptionstatic Collection<OSSku> OSSku.values()Gets known OSSku values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type OSSkuModifier and TypeMethodDescriptionSet the osSku property: Specifies the OS SKU used by the agent pool.