ApplicationLoadMetricInformation 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 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
Azure SDK for .NET