PartitionInstanceCountScaleMechanism Class
Represents a scaling mechanism for adding or removing instances of stateless service partition.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ScalingMechanismDescriptionPartitionInstanceCountScaleMechanism
Constructor
PartitionInstanceCountScaleMechanism(*, min_instance_count: int, max_instance_count: int, scale_increment: int, **kwargs)
Parameters
- scale_increment
- int
Required
Required. The number of instances to add or remove during a scaling operation.
Feedback
Submit and view feedback for