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