ScalingTriggerKind enum
type: string
Enumerates the ways that a service can be scaled.
Possible values are:
Invalid
- Indicates the scaling trigger is invalid. All Service Fabric enumerations have the invalid type. The value is zero.AveragePartitionLoad
- Indicates a trigger where scaling decisions are made based on average load of a partition. The value is 1.AverageServiceLoad
- Indicates a trigger where scaling decisions are made based on average load of a service. The value is 2.