次の方法で共有


PreAuthorizedApplication.Extensions プロパティ

定義

リソース アプリケーションから拡張機能のコレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="extensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplicationExtension> Extensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="extensions")>]
member this.Extensions : System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplicationExtension> with get, set
Public Property Extensions As IList(Of PreAuthorizedApplicationExtension)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象