Uses of Class
com.azure.resourcemanager.containerservice.models.Expander
Packages that use Expander
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of Expander in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as ExpanderModifier and TypeFieldDescriptionstatic final ExpanderExpander.LEAST_WASTEStatic value least-waste for Expander.static final ExpanderExpander.MOST_PODSStatic value most-pods for Expander.static final ExpanderExpander.PRIORITYStatic value priority for Expander.static final ExpanderExpander.RANDOMStatic value random for Expander.Methods in com.azure.resourcemanager.containerservice.models that return ExpanderModifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.expander()Get the expander property: The expander to use when scaling up If not specified, the default is 'random'.static ExpanderExpander.fromString(String name) Creates or finds a Expander from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ExpanderModifier and TypeMethodDescriptionstatic Collection<Expander>Expander.values()Gets known Expander values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ExpanderModifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.withExpander(Expander expander) Set the expander property: The expander to use when scaling up If not specified, the default is 'random'.