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.mgmt.servicefabricmanagedclusters.models._models_py3.ScalingMechanismPartitionInstanceCountScaleMechanism
Constructor
PartitionInstanceCountScaleMechanism(*, min_instance_count: int, max_instance_count: int, scale_increment: int, **kwargs)
Parameters
- kind
- str or <xref:service_fabric_managed_clusters_management_client.models.ServiceScalingMechanismKind>
Required
Required. Specifies the mechanism associated with this scaling policy.Constant filled by server. Possible values include: "ScalePartitionInstanceCount", "AddRemoveIncrementalNamedPartition".
- scale_increment
- int
Required
Required. The number of instances to add or remove during a scaling operation.
Feedback
Submit and view feedback for