共用方式為


BillingAccountUpdateRequest.Departments 屬性

定義

取得或設定與註冊相關聯的部門。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於