次の方法で共有


BillingAccount.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

適用対象