Uses of Class
com.microsoft.azure.management.containerservice.Expander
Packages that use Expander
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of Expander in com.microsoft.azure.management.containerservice
Fields in com.microsoft.azure.management.containerservice declared as ExpanderModifier and TypeFieldDescriptionstatic final Expander
Expander.LEAST_WASTE
Static value least-waste for Expander.static final Expander
Expander.MOST_PODS
Static value most-pods for Expander.static final Expander
Expander.RANDOM
Static value random for Expander.Methods in com.microsoft.azure.management.containerservice that return ExpanderModifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.expander()
Get possible values include: 'least-waste', 'most-pods', 'random'.static Expander
Expander.fromString
(String name) Creates or finds a Expander from its string representation.Methods in com.microsoft.azure.management.containerservice that return types with arguments of type ExpanderMethods in com.microsoft.azure.management.containerservice with parameters of type ExpanderModifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.withExpander
(Expander expander) Set possible values include: 'least-waste', 'most-pods', 'random'.