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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET