次の方法で共有


PartnerAuthorization.AuthorizedPartnersList プロパティ

定義

承認されたパートナーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象