다음을 통해 공유


DatabaseIdentity.UserAssignedIdentities Property

Definition

Gets or sets the resource ids of the user assigned identities to use

[Newtonsoft.Json.JsonProperty(PropertyName="userAssignedIdentities")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Sql.Models.DatabaseUserIdentity> UserAssignedIdentities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userAssignedIdentities")>]
member this.UserAssignedIdentities : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Sql.Models.DatabaseUserIdentity> with get, set
Public Property UserAssignedIdentities As IDictionary(Of String, DatabaseUserIdentity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to