Uses of Class
com.azure.resourcemanager.compute.models.ScaleInPolicy
-
Packages that use ScaleInPolicy Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ScaleInPolicy in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ScaleInPolicy Modifier and Type Method Description ScaleInPolicyVirtualMachineScaleSetInner. scaleInPolicy()Get the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.ScaleInPolicyVirtualMachineScaleSetProperties. scaleInPolicy()Get the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.ScaleInPolicyVirtualMachineScaleSetUpdateProperties. scaleInPolicy()Get the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ScaleInPolicy Modifier and Type Method Description VirtualMachineScaleSetInnerVirtualMachineScaleSetInner. withScaleInPolicy(ScaleInPolicy scaleInPolicy)Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetPropertiesVirtualMachineScaleSetProperties. withScaleInPolicy(ScaleInPolicy scaleInPolicy)Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetUpdatePropertiesVirtualMachineScaleSetUpdateProperties. withScaleInPolicy(ScaleInPolicy scaleInPolicy)Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set. -
Uses of ScaleInPolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ScaleInPolicy Modifier and Type Method Description ScaleInPolicyVirtualMachineScaleSetUpdate. scaleInPolicy()Get the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.ScaleInPolicyScaleInPolicy. withForceDeletion(Boolean forceDeletion)Set the forceDeletion property: This property allows you to specify if virtual machines chosen for removal have to be force deleted when a virtual machine scale set is being scaled-in.(Feature in Preview).ScaleInPolicyScaleInPolicy. withRules(List<VirtualMachineScaleSetScaleInRules> rules)Set the rules property: The rules to be followed when scaling-in a virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type ScaleInPolicy Modifier and Type Method Description VirtualMachineScaleSetUpdateVirtualMachineScaleSetUpdate. withScaleInPolicy(ScaleInPolicy scaleInPolicy)Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.
-