PartitionHealthState 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 the health state of a partition, which contains the partition identifier and its aggregated health state.
public sealed class PartitionHealthState : System.Fabric.Health.EntityHealthState
type PartitionHealthState = class
inherit EntityHealthState
Public NotInheritable Class PartitionHealthState
Inherits EntityHealthState
- Inheritance
Properties
AggregatedHealthState |
Gets the aggregated health state computed by Health Manager based on all reported events and the desired policy. (Inherited from EntityHealthState) |
PartitionId |
Gets the partition ID. |
Methods
ToString() |
Creates a string description of the partition health state. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET