你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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