你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISite.AuthenticationType Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType? AuthenticationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.AuthenticationType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType> with get, set
Public Property AuthenticationType As Nullable(Of AuthenticationType)

Property Value

Attributes

Applies to