ScalingMechanism Class

Describes the mechanism for performing a scaling operation.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AddRemoveIncrementalNamedPartitionScalingMechanism, PartitionInstanceCountScaleMechanism.

All required parameters must be populated in order to send to Azure.

Inheritance
ScalingMechanism

Constructor

ScalingMechanism(**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".