Megosztás a következőn keresztül:


SecurityAlertStatus Struct

Definition

The life cycle status of the alert.

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

Constructors

SecurityAlertStatus(String)

Initializes a new instance of SecurityAlertStatus.

Properties

Active

An alert which doesn't specify a value is assigned the status 'Active'.

Dismissed

Alert dismissed as false positive.

InProgress

An alert which is in handling state.

Resolved

Alert closed after handling.

Methods

Equals(SecurityAlertStatus)

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(SecurityAlertStatus, SecurityAlertStatus)

Determines if two SecurityAlertStatus values are the same.

Implicit(String to SecurityAlertStatus)

Converts a string to a SecurityAlertStatus.

Inequality(SecurityAlertStatus, SecurityAlertStatus)

Determines if two SecurityAlertStatus values are not the same.

Applies to