Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSkuName
Packages that use ManagedClusterSkuName
Package
Description
Package containing the data models for ContainerService.
-
Uses of ManagedClusterSkuName in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type ManagedClusterSkuName in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe name of a managed cluster SKU.Fields in com.azure.resourcemanager.containerservice.models declared as ManagedClusterSkuNameModifier and TypeFieldDescriptionstatic final ManagedClusterSkuNameManagedClusterSkuName.AUTOMATICAutomatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security.static final ManagedClusterSkuNameManagedClusterSkuName.BASEBase option for the AKS control plane.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSkuNameModifier and TypeMethodDescriptionstatic ManagedClusterSkuNameManagedClusterSkuName.fromString(String name) Creates or finds a ManagedClusterSkuName from its string representation.ManagedClusterSku.name()Get the name property: The name of a managed cluster SKU.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterSkuNameModifier and TypeMethodDescriptionstatic Collection<ManagedClusterSkuName> ManagedClusterSkuName.values()Gets known ManagedClusterSkuName values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterSkuNameModifier and TypeMethodDescriptionManagedClusterSku.withName(ManagedClusterSkuName name) Set the name property: The name of a managed cluster SKU.