SolutionType Struct

Definition

Type of Solution

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

Fields

BestPractices
DeepInvestigation
QuickSolution

Methods

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

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

Equals(Object)

Compares values of enum type SolutionType (override for Object)

Equals(SolutionType)

Compares values of enum type SolutionType

GetHashCode()

Returns hashCode for enum SolutionType

ToString()

Returns string representation for SolutionType

Operators

Equality(SolutionType, SolutionType)

Overriding == operator for enum SolutionType

Implicit(SolutionType to String)

Implicit operator to convert SolutionType to string

Implicit(String to SolutionType)

Implicit operator to convert string to SolutionType

Inequality(SolutionType, SolutionType)

Overriding != operator for enum SolutionType

Applies to