AddRemoveIncrementalNamedPartitionScalingMechanism Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'.
[Newtonsoft.Json.JsonObject("AddRemoveIncrementalNamedPartition")]
public class AddRemoveIncrementalNamedPartitionScalingMechanism : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism
[<Newtonsoft.Json.JsonObject("AddRemoveIncrementalNamedPartition")>]
type AddRemoveIncrementalNamedPartitionScalingMechanism = class
inherit ScalingMechanism
Public Class AddRemoveIncrementalNamedPartitionScalingMechanism
Inherits ScalingMechanism
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AddRemoveIncrementalNamedPartitionScalingMechanism() |
Initializes a new instance of the AddRemoveIncrementalNamedPartitionScalingMechanism class. |
AddRemoveIncrementalNamedPartitionScalingMechanism(Int32, Int32, Int32) |
Initializes a new instance of the AddRemoveIncrementalNamedPartitionScalingMechanism class. |
Properties
MaxPartitionCount |
Gets or sets maximum number of named partitions of the service. |
MinPartitionCount |
Gets or sets minimum number of named partitions of the service. |
ScaleIncrement |
Gets or sets the number of instances to add or remove during a scaling operation. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET