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

SettingType Struct

Definition

The kind of the setting

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

Fields

CopyableLabel
InfoMessage
InstructionStepsGroup

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 SettingType (override for Object)

Equals(SettingType)

Compares values of enum type SettingType

GetHashCode()

Returns hashCode for enum SettingType

ToString()

Returns string representation for SettingType

Operators

Equality(SettingType, SettingType)

Overriding == operator for enum SettingType

Implicit(SettingType to String)

Implicit operator to convert SettingType to string

Implicit(String to SettingType)

Implicit operator to convert string to SettingType

Inequality(SettingType, SettingType)

Overriding != operator for enum SettingType

Applies to