Share via


IPartnerConfiguration.PartnerAuthorizationAuthorizedPartnersList Property

Definition

The list of authorized partners.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The list of authorized partners.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizedPartnersList", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner> PartnerAuthorizationAuthorizedPartnersList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The list of authorized partners.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizedPartnersList", Update=true)>]
member this.PartnerAuthorizationAuthorizedPartnersList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner> with get, set
Public Property PartnerAuthorizationAuthorizedPartnersList As List(Of IPartner)

Property Value

Attributes

Applies to