Dela via


FunctionAppStorageAuthentication.AuthenticationType Property

Definition

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

public Azure.ResourceManager.AppService.Models.FunctionAppStorageAccountAuthenticationType? AuthenticationType { get; set; }
member this.AuthenticationType : Nullable<Azure.ResourceManager.AppService.Models.FunctionAppStorageAccountAuthenticationType> with get, set
Public Property AuthenticationType As Nullable(Of FunctionAppStorageAccountAuthenticationType)

Property Value

Applies to