Share via


PreAuthorizedApplication.Extensions Property

Definition

Gets or sets collection of extensions from the resource application.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to