Freigeben über


IFunctionsDeploymentStorage.AuthenticationUserAssignedIdentityResourceId Property

Definition

Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="userAssignedIdentityResourceId")]
public string AuthenticationUserAssignedIdentityResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="userAssignedIdentityResourceId")>]
member this.AuthenticationUserAssignedIdentityResourceId : string with get, set
Public Property AuthenticationUserAssignedIdentityResourceId As String

Property Value

Attributes

Applies to