ServiceHealthStateChunk 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.
Represents a service health state chunk, which contains basic health information about the service.
public sealed class ServiceHealthStateChunk
type ServiceHealthStateChunk = class
Public NotInheritable Class ServiceHealthStateChunk
- Inheritance
-
ServiceHealthStateChunk
Properties
HealthState |
Gets the aggregated health state of the service, computed based on all reported health events, its children and the application health policy. |
PartitionHealthStateChunks |
Gets the list of the service partition health state chunks that respect the input filters. |
ServiceName |
Gets the service name, which uniquely identifies the service. |
Methods
ToString() |
Creates a string description of the service health state chunk. |
Applies to
Azure SDK for .NET