Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterSKUTier
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterSKUTier in com.microsoft.azure.management.containerservice
Modifier and TypeFieldDescriptionstatic final ManagedClusterSKUTier
ManagedClusterSKUTier.FREE
Static value Free for ManagedClusterSKUTier.static final ManagedClusterSKUTier
ManagedClusterSKUTier.PAID
Static value Paid for ManagedClusterSKUTier.Modifier 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.Modifier and TypeMethodDescriptionstatic Collection<ManagedClusterSKUTier>
ManagedClusterSKUTier.values()
Modifier and TypeMethodDescriptionManagedClusterSKU.withTier
(ManagedClusterSKUTier tier) Set tier of a managed cluster SKU.