Share via


PartnerAuthorization.AuthorizedPartnersList Property

Definition

Gets or sets the list of authorized partners.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to