ApplicationMetricDescription.ReservationCapacity Property
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.
The node reservation capacity for Service Fabric application. This is the amount of load which is reserved on nodes which have instances of this application. If MinimumNodes is specified, then the product of these values will be the capacity reserved in the cluster for the application. If set to zero, no capacity is reserved for this metric. When setting application capacity or when updating application capacity; this value must be smaller than or equal to MaximumCapacity for each metric.
public long? ReservationCapacity { get; set; }
member this.ReservationCapacity : Nullable<int64> with get, set
Public Property ReservationCapacity As Nullable(Of Long)
Property Value
Applies to
Azure SDK for .NET