Uses of Class
com.azure.resourcemanager.containerservice.models.OSSku
-
Packages that use OSSku Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 OSSku Modifier and Type Method Description OSSkuAgentPoolInner. osSku()Get the osSku property: Specifies an OS SKU.OSSkuManagedClusterAgentPoolProfileProperties. osSku()Get the osSku property: Specifies an OS SKU.OSSkuSnapshotInner. osSku()Get the osSku property: Specifies an OS SKU.OSSkuSnapshotProperties. osSku()Get the osSku property: Specifies an OS SKU.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OSSku Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withOsSku(OSSku osSku)Set the osSku property: Specifies an OS SKU.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. withOsSku(OSSku osSku)Set the osSku property: Specifies an OS SKU. -
Uses of OSSku in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as OSSku Modifier and Type Field Description static OSSkuOSSku. CBLMARINERStatic value CBLMariner for OSSku.static OSSkuOSSku. UBUNTUStatic value Ubuntu for OSSku.Methods in com.azure.resourcemanager.containerservice.models that return OSSku Modifier and Type Method Description static 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 OSSku Modifier and Type Method Description static Collection<OSSku>OSSku. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type OSSku Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withOsSku(OSSku osSku)Set the osSku property: Specifies an OS SKU.
-