ServiceHealthStatesFilter.HealthStateFilter 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.
Caution
This property is obsolete. Use HealthStateFilterValue instead.
DEPRECATED. Gets or sets the filter for the aggregated health state of the ServiceHealthState entries in the collection.
[System.Obsolete("This property is obsolete. Use HealthStateFilterValue instead.")]
public long HealthStateFilter { get; set; }
[<System.Obsolete("This property is obsolete. Use HealthStateFilterValue instead.")>]
member this.HealthStateFilter : int64 with get, set
Public Property HealthStateFilter As Long
Property Value
The value of the filter. The value comes from members or bitwise combination of members of HealthStateFilter.
- Attributes
Remarks
This property is obsolete. Use HealthStateFilterValue instead.
Applies to
Azure SDK for .NET