ApplicationHealthQueryDescription 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 query input for getting application health. Used by GetApplicationHealthAsync(ApplicationHealthQueryDescription).
public sealed class ApplicationHealthQueryDescription
type ApplicationHealthQueryDescription = class
Public NotInheritable Class ApplicationHealthQueryDescription
- Inheritance
-
ApplicationHealthQueryDescription
Constructors
ApplicationHealthQueryDescription(Uri) |
Initializes a new instance of the ApplicationHealthQueryDescription class. |
Properties
ApplicationName |
Gets the name of the application. |
DeployedApplicationsFilter |
Gets or sets the filter for DeployedApplicationHealthState children. Only children that match the filter will be returned. All children will be used to evaluate the application aggregated health state. |
EventsFilter |
Gets or sets the filter for the collection of HealthEvent reported on the application. Only events that match the filter will be returned. All events will be used to evaluate the application aggregated health state. |
HealthPolicy |
Gets or sets the ApplicationHealthPolicy used to evaluate the application health. |
HealthStatisticsFilter |
Gets or sets the health statistics filter. |
ServicesFilter |
Gets or sets the filter for ServiceHealthState children. Only children that match the filter will be returned. All children will be used to evaluate the application aggregated health state. |
Methods
ToString() |
Gets a string representation of the health query description. |
Applies to
Azure SDK for .NET