次の方法で共有


MediaServiceIdentity.UserAssignedIdentities プロパティ

定義

ユーザー割り当てマネージド ID を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象