FunctionAppStorageAccountAuthenticationType Struct

Definition

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

public readonly struct FunctionAppStorageAccountAuthenticationType : IEquatable<Azure.ResourceManager.AppService.Models.FunctionAppStorageAccountAuthenticationType>
type FunctionAppStorageAccountAuthenticationType = struct
Public Structure FunctionAppStorageAccountAuthenticationType
Implements IEquatable(Of FunctionAppStorageAccountAuthenticationType)
Inheritance
FunctionAppStorageAccountAuthenticationType
Implements

Constructors

FunctionAppStorageAccountAuthenticationType(String)

Initializes a new instance of FunctionAppStorageAccountAuthenticationType.

Properties

StorageAccountConnectionString

StorageAccountConnectionString.

SystemAssignedIdentity

SystemAssignedIdentity.

UserAssignedIdentity

UserAssignedIdentity.

Methods

Equals(FunctionAppStorageAccountAuthenticationType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(FunctionAppStorageAccountAuthenticationType, FunctionAppStorageAccountAuthenticationType)

Determines if two FunctionAppStorageAccountAuthenticationType values are the same.

Implicit(String to FunctionAppStorageAccountAuthenticationType)

Converts a string to a FunctionAppStorageAccountAuthenticationType.

Inequality(FunctionAppStorageAccountAuthenticationType, FunctionAppStorageAccountAuthenticationType)

Determines if two FunctionAppStorageAccountAuthenticationType values are not the same.

Applies to