Share via


AuthType Struct

Definition

Auth Type

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

Fields

Anonymous
SystemIdentity
UserAssigned
UserCredentials

Methods

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

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

Equals(AuthType)

Compares values of enum type AuthType

Equals(Object)

Compares values of enum type AuthType (override for Object)

GetHashCode()

Returns hashCode for enum AuthType

ToString()

Returns string representation for AuthType

Operators

Equality(AuthType, AuthType)

Overriding == operator for enum AuthType

Implicit(AuthType to String)

Implicit operator to convert AuthType to string

Implicit(String to AuthType)

Implicit operator to convert string to AuthType

Inequality(AuthType, AuthType)

Overriding != operator for enum AuthType

Applies to