ApplicationHealthStateFilter.ServiceFilters 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 ServiceHealthStateFilter to be applied to the service children health states.
public System.Collections.Generic.IList<System.Fabric.Health.ServiceHealthStateFilter> ServiceFilters { get; }
member this.ServiceFilters : System.Collections.Generic.IList<System.Fabric.Health.ServiceHealthStateFilter>
Public ReadOnly Property ServiceFilters As IList(Of ServiceHealthStateFilter)
Property Value
The list of ServiceHealthStateFilter to be applied to the service children health states.
Remarks
The list can contain one default service filter or service filters for specific services to fine-grain entities returned by the query. All service children that match the filter will be returned as children of the application. If empty, the children are not returned by default.
Applies to
Azure SDK for .NET