Share via


PartitionInstanceCountScalingMechanism Klasse

Definition

Stellt einen Skalierungsmechanismus zum Hinzufügen oder Entfernen von Instanzen einer zustandslosen Dienstpartition dar.

public class PartitionInstanceCountScalingMechanism : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceScalingMechanism
type PartitionInstanceCountScalingMechanism = class
    inherit ManagedServiceScalingMechanism
Public Class PartitionInstanceCountScalingMechanism
Inherits ManagedServiceScalingMechanism
Vererbung
PartitionInstanceCountScalingMechanism

Konstruktoren

PartitionInstanceCountScalingMechanism(Int32, Int32, Int32)

Initialisiert eine neue instance von PartitionInstanceCountScalingMechanism.

Eigenschaften

MaxInstanceCount

Maximale Anzahl von Instanzen der Partition.

MinInstanceCount

Mindestanzahl von Instanzen der Partition.

ScaleIncrement

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

Gilt für: