共用方式為


ManagedServiceIdentity.UserAssignedIdentities 屬性

定義

取得或設定與資源相關聯的使用者指派受控識別清單。 金鑰是受控識別的 Azure 資源識別碼。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於