Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetScaleInRules
Packages that use VirtualMachineScaleSetScaleInRules
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetScaleInRules in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as VirtualMachineScaleSetScaleInRulesModifier and TypeFieldDescriptionstatic final VirtualMachineScaleSetScaleInRulesVirtualMachineScaleSetScaleInRules.DEFAULTStatic value Default for VirtualMachineScaleSetScaleInRules.static final VirtualMachineScaleSetScaleInRulesVirtualMachineScaleSetScaleInRules.NEWEST_VMStatic value NewestVM for VirtualMachineScaleSetScaleInRules.static final VirtualMachineScaleSetScaleInRulesVirtualMachineScaleSetScaleInRules.OLDEST_VMStatic value OldestVM for VirtualMachineScaleSetScaleInRules.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetScaleInRulesModifier and TypeMethodDescriptionVirtualMachineScaleSetScaleInRules.fromString(String name) Creates or finds a VirtualMachineScaleSetScaleInRules from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetScaleInRulesModifier and TypeMethodDescriptionScaleInPolicy.rules()Get the rules property: The rules to be followed when scaling-in a virtual machine scale set.VirtualMachineScaleSetScaleInRules.values()Gets known VirtualMachineScaleSetScaleInRules values.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineScaleSetScaleInRulesModifier and TypeMethodDescriptionScaleInPolicy.withRules(List<VirtualMachineScaleSetScaleInRules> rules) Set the rules property: The rules to be followed when scaling-in a virtual machine scale set.