PartitionInstanceCountScaleMechanism 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 instances of stateless service partition.
[Newtonsoft.Json.JsonObject("ScalePartitionInstanceCount")]
public class PartitionInstanceCountScaleMechanism : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism
[<Newtonsoft.Json.JsonObject("ScalePartitionInstanceCount")>]
type PartitionInstanceCountScaleMechanism = class
inherit ScalingMechanism
Public Class PartitionInstanceCountScaleMechanism
Inherits ScalingMechanism
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
PartitionInstanceCountScaleMechanism() |
Initializes a new instance of the PartitionInstanceCountScaleMechanism class. |
PartitionInstanceCountScaleMechanism(Int32, Int32, Int32) |
Initializes a new instance of the PartitionInstanceCountScaleMechanism class. |
Properties
MaxInstanceCount |
Gets or sets maximum number of instances of the partition. |
MinInstanceCount |
Gets or sets minimum number of instances of the partition. |
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