Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
type: string
Enumerates the ways that a service can be scaled.
Possible values are:
Invalid
- Indicates the scaling mechanism is invalid. All Service Fabric enumerations have the invalid type. The value is zero.PartitionInstanceCount
- Indicates a mechanism for scaling where new instances are added or removed from a partition. The value is 1.AddRemoveIncrementalNamedPartition
- Indicates a mechanism for scaling where new named partitions are added or removed from a service. The value is 2.