Share via


IncidentLabelType Struct

Definition

The type of the label

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelTypeTypeConverter))]
public struct IncidentLabelType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentLabelTypeTypeConverter))>]
type IncidentLabelType = struct
    interface IArgumentCompleter
Public Structure IncidentLabelType
Implements IArgumentCompleter, IEquatable(Of IncidentLabelType)
Inheritance
IncidentLabelType
Attributes
Implements

Fields

System

Label automatically created by the system

User

Label manually created by a user

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(IncidentLabelType)

Compares values of enum type IncidentLabelType

Equals(Object)

Compares values of enum type IncidentLabelType (override for Object)

GetHashCode()

Returns hashCode for enum IncidentLabelType

ToString()

Returns string representation for IncidentLabelType

Operators

Equality(IncidentLabelType, IncidentLabelType)

Overriding == operator for enum IncidentLabelType

Implicit(IncidentLabelType to String)

Implicit operator to convert IncidentLabelType to string

Implicit(String to IncidentLabelType)

Implicit operator to convert string to IncidentLabelType

Inequality(IncidentLabelType, IncidentLabelType)

Overriding != operator for enum IncidentLabelType

Applies to