Uses of Class
com.azure.resourcemanager.compute.models.ScaleInPolicy
Packages that use ScaleInPolicy
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 ScaleInPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.scaleInPolicy()Get the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetProperties.scaleInPolicy()Get the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetUpdateProperties.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 ScaleInPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.withScaleInPolicy(ScaleInPolicy scaleInPolicy) Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetProperties.withScaleInPolicy(ScaleInPolicy scaleInPolicy) Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetUpdateProperties.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 ScaleInPolicyModifier and TypeMethodDescriptionstatic ScaleInPolicyScaleInPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleInPolicy from the JsonReader.VirtualMachineScaleSetUpdate.scaleInPolicy()Get the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.ScaleInPolicy.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.ScaleInPolicy.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 ScaleInPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withScaleInPolicy(ScaleInPolicy scaleInPolicy) Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.