Share via


AuthenticationType Struct

Definition

Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.

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

Fields

StorageAccountConnectionString
SystemAssignedIdentity
UserAssignedIdentity

Methods

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

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

Equals(AuthenticationType)

Compares values of enum type AuthenticationType

Equals(Object)

Compares values of enum type AuthenticationType (override for Object)

GetHashCode()

Returns hashCode for enum AuthenticationType

ToString()

Returns string representation for AuthenticationType

Operators

Equality(AuthenticationType, AuthenticationType)

Overriding == operator for enum AuthenticationType

Implicit(AuthenticationType to String)

Implicit operator to convert AuthenticationType to string

Implicit(String to AuthenticationType)

Implicit operator to convert string to AuthenticationType

Inequality(AuthenticationType, AuthenticationType)

Overriding != operator for enum AuthenticationType

Applies to