SecurityInsightsContentStatus Struct
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.
The status of the hunt.
public readonly struct SecurityInsightsContentStatus : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsContentStatus>
type SecurityInsightsContentStatus = struct
Public Structure SecurityInsightsContentStatus
Implements IEquatable(Of SecurityInsightsContentStatus)
- Inheritance
-
SecurityInsightsContentStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityInsightsContentStatus(String) |
Initializes a new instance of SecurityInsightsContentStatus. |
Properties
| Name | Description |
|---|---|
| Active |
Active. |
| Approved |
Approved. |
| Backlog |
Backlog. |
| Closed |
Closed. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| New |
New. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityInsightsContentStatus) |
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(SecurityInsightsContentStatus, SecurityInsightsContentStatus) |
Determines if two SecurityInsightsContentStatus values are the same. |
| Implicit(String to Nullable<SecurityInsightsContentStatus>) | |
| Implicit(String to SecurityInsightsContentStatus) |
Converts a string to a SecurityInsightsContentStatus. |
| Inequality(SecurityInsightsContentStatus, SecurityInsightsContentStatus) |
Determines if two SecurityInsightsContentStatus values are not the same. |