HypothesisStatus Struct

Definition

The hypothesis status of the hunt.

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

Constructors

HypothesisStatus(String)

Initializes a new instance of HypothesisStatus.

Properties

Invalidated

Invalidated.

Unknown

Unknown.

Validated

Validated.

Methods

Equals(HypothesisStatus)

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

Equality(HypothesisStatus, HypothesisStatus)

Determines if two HypothesisStatus values are the same.

Implicit(String to HypothesisStatus)

Converts a string to a HypothesisStatus.

Inequality(HypothesisStatus, HypothesisStatus)

Determines if two HypothesisStatus values are not the same.

Applies to