BillingAccount.BillingProfiles Property

Definition

Gets or sets the billing profiles associated with the billing account. By default this is not populated, unless it's specified in $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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to