SecurityInsightsIncidentLabelType Struct

Definition

The type of the label.

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

Constructors

SecurityInsightsIncidentLabelType(String)

Initializes a new instance of SecurityInsightsIncidentLabelType.

Properties

AutoAssigned

Label automatically created by the system.

User

Label manually created by a user.

Methods

Equals(SecurityInsightsIncidentLabelType)

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

Determines if two SecurityInsightsIncidentLabelType values are the same.

Implicit(String to SecurityInsightsIncidentLabelType)

Converts a string to a SecurityInsightsIncidentLabelType.

Inequality(SecurityInsightsIncidentLabelType, SecurityInsightsIncidentLabelType)

Determines if two SecurityInsightsIncidentLabelType values are not the same.

Applies to