次の方法で共有


UserContract.Identities プロパティ

定義

ユーザー ID のコレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.identities")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> Identities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.identities")>]
member this.Identities : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> with get, set
Public Property Identities As IList(Of UserIdentityContract)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象