你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingAccount.BillingProfiles 属性

定义

获取或设置与计费帐户关联的计费配置文件。 默认情况下,除非在 $expand 中指定,否则不会填充此字段。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.billingProfiles")]
public Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand BillingProfiles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.billingProfiles")>]
member this.BillingProfiles : Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand with get, set
Public Property BillingProfiles As BillingProfilesOnExpand

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于