DeployedApplicationHealthQueryDescription 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.
Describes query input for getting DeployedApplicationHealth. Used by GetDeployedApplicationHealthAsync(DeployedApplicationHealthQueryDescription).
public sealed class DeployedApplicationHealthQueryDescription
type DeployedApplicationHealthQueryDescription = class
Public NotInheritable Class DeployedApplicationHealthQueryDescription
- Inheritance
-
DeployedApplicationHealthQueryDescription
Constructors
DeployedApplicationHealthQueryDescription(Uri, String) |
Initializes a new instance of the DeployedApplicationHealthQueryDescription class. |
Properties
ApplicationName |
Gets the name of the application. |
DeployedServicePackagesFilter |
Gets or sets the filter for DeployedServicePackageHealthState children. Only children that match the filter will be returned. |
EventsFilter |
Gets or sets the filter for the collection of HealthEvent reported on the deployed application. Only events that match the filter will be returned. |
HealthPolicy |
Gets or sets the ApplicationHealthPolicy used to evaluate the deployed application health. |
HealthStatisticsFilter |
Gets or sets the health statistics filter. |
NodeName |
Gets the node name. |
Methods
ToString() |
Gets a string representation of the health query description. |