Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterSKUTier
Packages that use ManagedClusterSKUTier
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterSKUTier in com.microsoft.azure.management.containerservice
Fields in com.microsoft.azure.management.containerservice declared as ManagedClusterSKUTierModifier and TypeFieldDescriptionstatic final ManagedClusterSKUTier
ManagedClusterSKUTier.FREE
Static value Free for ManagedClusterSKUTier.static final ManagedClusterSKUTier
ManagedClusterSKUTier.PAID
Static value Paid for ManagedClusterSKUTier.Methods in com.microsoft.azure.management.containerservice that return ManagedClusterSKUTierModifier and TypeMethodDescriptionstatic ManagedClusterSKUTier
ManagedClusterSKUTier.fromString
(String name) Creates or finds a ManagedClusterSKUTier from its string representation.ManagedClusterSKU.tier()
Get tier of a managed cluster SKU.Methods in com.microsoft.azure.management.containerservice that return types with arguments of type ManagedClusterSKUTierModifier and TypeMethodDescriptionstatic Collection<ManagedClusterSKUTier>
ManagedClusterSKUTier.values()
Methods in com.microsoft.azure.management.containerservice with parameters of type ManagedClusterSKUTierModifier and TypeMethodDescriptionManagedClusterSKU.withTier
(ManagedClusterSKUTier tier) Set tier of a managed cluster SKU.