ApplicationLoadMetricInformation Class

Definition

Represents the information about capacity and current load for one metric that services of the application are using.

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

Constructors

ApplicationLoadMetricInformation()

Initializes a new instance of the ApplicationLoadMetricInformation class.

Properties

ApplicationCapacity

Gets the total capacity for this metric.

ApplicationLoad

Gets the load for this metric.

Name

Gets the name of the metric.

ReservationCapacity

Gets the reserved capacity for this metric.

Methods

ToString()

Pretty print out details of ApplicationLoadMetricInformation.

Applies to