Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSkuTier
Packages that use ManagedClusterSkuTier
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterSkuTier in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as ManagedClusterSkuTierModifier and TypeFieldDescriptionstatic final ManagedClusterSkuTierManagedClusterSkuTier.FREEStatic value Free for ManagedClusterSkuTier.static final ManagedClusterSkuTierManagedClusterSkuTier.PREMIUMStatic value Premium for ManagedClusterSkuTier.static final ManagedClusterSkuTierManagedClusterSkuTier.STANDARDStatic value Standard for ManagedClusterSkuTier.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.