次の方法で共有


FactoryIdentity.UserAssignedIdentities プロパティ

定義

ファクトリのユーザー割り当て ID の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象