Freigeben über


PartitionInstanceCountScalingMechanism(Int32, Int32, Int32) Konstruktor

Definition

Initialisiert eine neue instance von PartitionInstanceCountScalingMechanism.

public PartitionInstanceCountScalingMechanism (int minInstanceCount, int maxInstanceCount, int scaleIncrement);
new Azure.ResourceManager.ServiceFabricManagedClusters.Models.PartitionInstanceCountScalingMechanism : int * int * int -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.PartitionInstanceCountScalingMechanism
Public Sub New (minInstanceCount As Integer, maxInstanceCount As Integer, scaleIncrement As Integer)

Parameter

minInstanceCount
Int32

Mindestanzahl von Instanzen der Partition.

maxInstanceCount
Int32

Maximale Anzahl von Instanzen der Partition.

scaleIncrement
Int32

Die Anzahl der Instanzen, die während eines Skalierungsvorgangs hinzugefügt oder entfernt werden sollen.

Gilt für: