다음을 통해 공유


PartitionInstanceCountScaleMechanism Class

Definition

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
PartitionInstanceCountScaleMechanism
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