Uses of Class
com.azure.resourcemanager.containerservice.models.Expander
-
Packages that use Expander Package Description com.azure.resourcemanager.containerservice.models 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 Expander Modifier and Type Field Description static ExpanderExpander. LEAST_WASTEStatic value least-waste for Expander.static ExpanderExpander. MOST_PODSStatic value most-pods for Expander.static ExpanderExpander. PRIORITYStatic value priority for Expander.static ExpanderExpander. RANDOMStatic value random for Expander.Methods in com.azure.resourcemanager.containerservice.models that return Expander Modifier and Type Method Description ExpanderManagedClusterPropertiesAutoScalerProfile. 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 Expander Modifier and Type Method Description static Collection<Expander>Expander. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type Expander Modifier and Type Method Description ManagedClusterPropertiesAutoScalerProfileManagedClusterPropertiesAutoScalerProfile. withExpander(Expander expander)Set the expander property: The expander to use when scaling up If not specified, the default is 'random'.
-