PartitionHealthStateFilter.ReplicaFilters 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 the list of ReplicaHealthStateFilter to be applied to the replica children health states.
public System.Collections.Generic.IList<System.Fabric.Health.ReplicaHealthStateFilter> ReplicaFilters { get; }
member this.ReplicaFilters : System.Collections.Generic.IList<System.Fabric.Health.ReplicaHealthStateFilter>
Public ReadOnly Property ReplicaFilters As IList(Of ReplicaHealthStateFilter)
Property Value
The list of ReplicaHealthStateFilter to be applied to the replica children health states.
Remarks
All replica children that match the filter will be returned as children of the partition. If empty, the children are not returned by default.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET