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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.