SecurityInsightsIncidentLabelType 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 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
| Name | Description |
|---|---|
| SecurityInsightsIncidentLabelType(String) |
Initializes a new instance of SecurityInsightsIncidentLabelType. |
Properties
| Name | Description |
|---|---|
| AutoAssigned |
Label automatically created by the system. |
| User |
Label manually created by a user. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |