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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET