ServiceHealth.PartitionHealthStates Property
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.
Gets partition health states for the current service.
public System.Collections.Generic.IList<System.Fabric.Health.PartitionHealthState> PartitionHealthStates { get; }
member this.PartitionHealthStates : System.Collections.Generic.IList<System.Fabric.Health.PartitionHealthState>
Public ReadOnly Property PartitionHealthStates As IList(Of PartitionHealthState)
Property Value
The partition health states for the current service.
Remarks
Only partitions that respect the PartitionsFilter (if specified) are returned. If the input filter is not specified, all partitions are returned.
All partitions are evaluated to determine the service aggregated health.
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