ServiceHealthQueryDescription 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.
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
Azure SDK for .NET