Uses of Class
com.azure.resourcemanager.containerservice.models.OSSku
Packages that use OSSku
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
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
Fields in com.azure.resourcemanager.containerservice.models declared as OSSkuModifier and TypeFieldDescriptionstatic final OSSkuOSSku.AZURE_LINUXStatic value AzureLinux for OSSku.static final OSSkuOSSku.CBLMARINERStatic value CBLMariner for OSSku.static final OSSkuOSSku.UBUNTUStatic value Ubuntu for OSSku.static final OSSkuOSSku.WINDOWS2019Static value Windows2019 for OSSku.static final OSSkuOSSku.WINDOWS2022Static value Windows2022 for OSSku.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.