ApplicationLoadInformation Class
Definition
Describes the load of an application instance that is retrieved using GetApplicationLoadInformationAsync(String)
public class ApplicationLoadInformation
type ApplicationLoadInformation = class
Public Class ApplicationLoadInformation
- Inheritance
-
ApplicationLoadInformation
Constructors
ApplicationLoadInformation() |
Initializes a new instance of the ApplicationLoadInformation class. |
Properties
ApplicationLoadMetricInformation |
Gets the list of loads per metric for this application instance. |
MaximumNodes |
Gets the maximum number of nodes where this application can be instantiated. |
MinimumNodes |
Gets the minimum number of nodes for this application. |
Name |
Gets or sets the name of the application. |
NodeCount |
Gets the number of nodes on which this application is instantiated. |
Methods
ToString() |
Pretty print out details of ApplicationLoadInformation. |