PartitionInstanceCountScalingMechanism 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.
public class PartitionInstanceCountScalingMechanism : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceScalingMechanism, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.PartitionInstanceCountScalingMechanism>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.PartitionInstanceCountScalingMechanism>
type PartitionInstanceCountScalingMechanism = class
inherit ManagedServiceScalingMechanism
interface IJsonModel<PartitionInstanceCountScalingMechanism>
interface IPersistableModel<PartitionInstanceCountScalingMechanism>
Public Class PartitionInstanceCountScalingMechanism
Inherits ManagedServiceScalingMechanism
Implements IJsonModel(Of PartitionInstanceCountScalingMechanism), IPersistableModel(Of PartitionInstanceCountScalingMechanism)
- Inheritance
- Implements
Constructors
PartitionInstanceCountScalingMechanism(Int32, Int32, Int32) |
Initializes a new instance of PartitionInstanceCountScalingMechanism. |
Properties
MaxInstanceCount |
Maximum number of instances of the partition. |
MinInstanceCount |
Minimum number of instances of the partition. |
ScaleIncrement |
The number of instances to add or remove during a scaling operation. |
Explicit Interface Implementations
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.