次の方法で共有


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

適用対象