IPartnerConfiguration.PartnerAuthorizationAuthorizedPartnersList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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