Share via


IssueType Struct

Definition

Represents the type of the Detector

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

Fields

AppCrash
AppDeployment
AseDeployment
Other
PlatformIssue
RuntimeIssueDetected
ServiceIncident
UserIssue

Methods

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

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

Equals(IssueType)

Compares values of enum type IssueType

Equals(Object)

Compares values of enum type IssueType (override for Object)

GetHashCode()

Returns hashCode for enum IssueType

ToString()

Returns string representation for IssueType

Operators

Equality(IssueType, IssueType)

Overriding == operator for enum IssueType

Implicit(IssueType to String)

Implicit operator to convert IssueType to string

Implicit(String to IssueType)

Implicit operator to convert string to IssueType

Inequality(IssueType, IssueType)

Overriding != operator for enum IssueType

Applies to