共用方式為


Department.EnrollmentAccounts 屬性

定義

取得或設定相關聯的註冊帳戶。 根據預設,除非在 $expand 中指定,否則不會填入此專案。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於