NamedPartitionAddOrRemoveScalingMechanism 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 named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'.
public class NamedPartitionAddOrRemoveScalingMechanism : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceScalingMechanism, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.NamedPartitionAddOrRemoveScalingMechanism>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.NamedPartitionAddOrRemoveScalingMechanism>
type NamedPartitionAddOrRemoveScalingMechanism = class
inherit ManagedServiceScalingMechanism
interface IJsonModel<NamedPartitionAddOrRemoveScalingMechanism>
interface IPersistableModel<NamedPartitionAddOrRemoveScalingMechanism>
Public Class NamedPartitionAddOrRemoveScalingMechanism
Inherits ManagedServiceScalingMechanism
Implements IJsonModel(Of NamedPartitionAddOrRemoveScalingMechanism), IPersistableModel(Of NamedPartitionAddOrRemoveScalingMechanism)
- Inheritance
- Implements
Constructors
NamedPartitionAddOrRemoveScalingMechanism(Int32, Int32, Int32) |
Initializes a new instance of NamedPartitionAddOrRemoveScalingMechanism. |
Properties
MaxPartitionCount |
Maximum number of named partitions of the service. |
MinPartitionCount |
Minimum number of named partitions of the service. |
ScaleIncrement |
The number of instances to add or remove during a scaling operation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ManagedServiceScalingMechanism) |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET