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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET