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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET