Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSkuTier
Packages that use ManagedClusterSkuTier
Package
Description
Package containing the data models for ContainerService.
-
Uses of ManagedClusterSkuTier in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type ManagedClusterSkuTier in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe tier of a managed cluster SKU.Fields in com.azure.resourcemanager.containerservice.models declared as ManagedClusterSkuTierModifier and TypeFieldDescriptionstatic final ManagedClusterSkuTierManagedClusterSkuTier.FREEThe cluster management is free, but charged for VM, storage, and networking usage.static final ManagedClusterSkuTierManagedClusterSkuTier.PREMIUMCluster has premium capabilities in addition to all of the capabilities included in 'Standard'.static final ManagedClusterSkuTierManagedClusterSkuTier.STANDARDRecommended for mission-critical and production workloads.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSkuTierModifier and TypeMethodDescriptionstatic ManagedClusterSkuTierManagedClusterSkuTier.fromString(String name) Creates or finds a ManagedClusterSkuTier from its string representation.ManagedClusterSku.tier()Get the tier property: The tier of a managed cluster SKU.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterSkuTierModifier and TypeMethodDescriptionstatic Collection<ManagedClusterSkuTier> ManagedClusterSkuTier.values()Gets known ManagedClusterSkuTier values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterSkuTierModifier and TypeMethodDescriptionManagedClusterSku.withTier(ManagedClusterSkuTier tier) Set the tier property: The tier of a managed cluster SKU.