你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeployedApplicationHealthQueryDescription Class

Definition

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

Constructors

Name Description
DeployedApplicationHealthQueryDescription(Uri, String)

Initializes a new instance of the DeployedApplicationHealthQueryDescription class.

Properties

Name Description
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

Name Description
ToString()

Gets a string representation of the health query description.

Applies to