Freigeben über


ApplicationFetchHealthFilter Struct

Definition

Enum for filtering health events.

public readonly struct ApplicationFetchHealthFilter : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationFetchHealthFilter>
type ApplicationFetchHealthFilter = struct
Public Structure ApplicationFetchHealthFilter
Implements IEquatable(Of ApplicationFetchHealthFilter)
Inheritance
ApplicationFetchHealthFilter
Implements

Constructors

Name Description
ApplicationFetchHealthFilter(String)

Initializes a new instance of ApplicationFetchHealthFilter.

Properties

Name Description
All

Filter that matches input with any health state.

Default

Default value. Matches any health state.

Error

Filter for health state Error.

None

Filter that doesn't match any health state. Used to return no results on a given collection of health entities.

Ok

Filter for health state Ok.

Warning

Filter for health state Warning.

Methods

Name Description
Equals(ApplicationFetchHealthFilter)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ApplicationFetchHealthFilter, ApplicationFetchHealthFilter)

Determines if two ApplicationFetchHealthFilter values are the same.

Implicit(String to ApplicationFetchHealthFilter)

Converts a String to a ApplicationFetchHealthFilter.

Inequality(ApplicationFetchHealthFilter, ApplicationFetchHealthFilter)

Determines if two ApplicationFetchHealthFilter values are not the same.

Applies to