TokenType Struct

Definition

The type of Auth token.

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

Fields

OAuth
Pat

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

Equals(TokenType)

Compares values of enum type TokenType

GetHashCode()

Returns hashCode for enum TokenType

ToString()

Returns string representation for TokenType

Operators

Equality(TokenType, TokenType)

Overriding == operator for enum TokenType

Implicit(String to TokenType)

Implicit operator to convert string to TokenType

Implicit(TokenType to String)

Implicit operator to convert TokenType to string

Inequality(TokenType, TokenType)

Overriding != operator for enum TokenType

Applies to