ScalingTrigger Class

Describes the trigger for performing a scaling operation.

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

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

Inheritance
ScalingTrigger

Constructor

ScalingTrigger(**kwargs)

Parameters

kind
str or <xref:service_fabric_managed_clusters_management_client.models.ServiceScalingTriggerKind>
Required

Required. Specifies the trigger associated with this scaling policy.Constant filled by server. Possible values include: "AveragePartitionLoad", "AverageServiceLoad".