ServiceHealthQueryDescription Class

Definition

Provides query input for getting ServiceHealth. Used by GetServiceHealthAsync(ServiceHealthQueryDescription).

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

Constructors

ServiceHealthQueryDescription(Uri)

Initializes a new instance of the ServiceHealthQueryDescription class.

Properties

EventsFilter

Gets or sets the filter for the collection of HealthEvent reported on the service. Only events that match the filter will be returned.

HealthPolicy

Gets or sets the ApplicationHealthPolicy used to evaluate health.

HealthStatisticsFilter

Gets or sets the health statistics filter.

PartitionsFilter

Gets or sets the filter for PartitionHealthState children. Only children that match the filter will be returned.

ServiceName

Gets the Uri of the service name.

Methods

ToString()

Gets a string representation of the health query description.

Applies to