Share via


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