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

ElevationToken Struct

Definition

The elevation token associated with the process.

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

Fields

Default

Default elevation token

Full

Full elevation token

Limited

Limited elevation token

Methods

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

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

Equals(ElevationToken)

Compares values of enum type ElevationToken

Equals(Object)

Compares values of enum type ElevationToken (override for Object)

GetHashCode()

Returns hashCode for enum ElevationToken

ToString()

Returns string representation for ElevationToken

Operators

Equality(ElevationToken, ElevationToken)

Overriding == operator for enum ElevationToken

Implicit(ElevationToken to String)

Implicit operator to convert ElevationToken to string

Implicit(String to ElevationToken)

Implicit operator to convert string to ElevationToken

Inequality(ElevationToken, ElevationToken)

Overriding != operator for enum ElevationToken

Applies to