Uses of Class
com.microsoft.azure.management.containerservice.Expander
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of Expander in com.microsoft.azure.management.containerservice
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.withExpander
(Expander expander) Set possible values include: 'least-waste', 'most-pods', 'random'.