DeployedServicePackageHealthQueryDescription Class

Definition

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

Constructors

DeployedServicePackageHealthQueryDescription(Uri, String, String)

Instantiates a DeployedServicePackageHealthQueryDescription class.

DeployedServicePackageHealthQueryDescription(Uri, String, String, String)

Instantiates a DeployedServicePackageHealthQueryDescription class.

Properties

ApplicationName

Gets the name of the application.

EventsFilter

Gets or sets the filter for the collection of HealthEvent reported on the deployed service package. Only events that match the filter will be returned. All events will be used to evaluate the aggregated health state.

HealthPolicy

Gets or sets the ApplicationHealthPolicy used to evaluate the health.

NodeName

Gets the node name.

ServiceManifestName

Gets the service manifest name.

ServicePackageActivationId

Gets the ActivationId of the service package.

Methods

ToString()

Gets a string representation of the health query description.

Applies to