DetectorType Struct

Definition

Whether this detector is an Analysis Detector or not.

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

Fields

Analysis
CategoryOverview
Detector

Methods

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

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

Equals(DetectorType)

Compares values of enum type DetectorType

Equals(Object)

Compares values of enum type DetectorType (override for Object)

GetHashCode()

Returns hashCode for enum DetectorType

ToString()

Returns string representation for DetectorType

Operators

Equality(DetectorType, DetectorType)

Overriding == operator for enum DetectorType

Implicit(DetectorType to String)

Implicit operator to convert DetectorType to string

Implicit(String to DetectorType)

Implicit operator to convert string to DetectorType

Inequality(DetectorType, DetectorType)

Overriding != operator for enum DetectorType

Applies to