ApplicationMetricDescription Class

Definition

Specifies the application capacity for one metric.

public sealed class ApplicationMetricDescription
type ApplicationMetricDescription = class
Public NotInheritable Class ApplicationMetricDescription
Inheritance
ApplicationMetricDescription

Constructors

ApplicationMetricDescription()

Properties

MaximumNodeCapacity

Gets or sets the maximum node capacity for Service Fabric application.

Name

Gets or sets the name of the metric.

NodeReservationCapacity

Gets or sets the node reservation capacity for Service Fabric application.

TotalApplicationCapacity

Gets or sets the total metric capacity for Service Fabric application.

Applies to

See also