BillingProfilesOnExpand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The billing profiles associated with the billing account. By default this is not populated, unless it's specified in $expand.
public class BillingProfilesOnExpand
type BillingProfilesOnExpand = class
Public Class BillingProfilesOnExpand
- Inheritance
-
BillingProfilesOnExpand
Constructors
BillingProfilesOnExpand() |
Initializes a new instance of the BillingProfilesOnExpand class. |
BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>) |
Initializes a new instance of the BillingProfilesOnExpand class. |
Properties
HasMoreResults |
Gets indicates whether there are more billing profiles than the ones listed in this collection. The collection lists a maximum of 50 billing profiles. To get all billing profiles, use the list billing profiles API. |
Value |
Gets or sets the billing profiles associated with the billing account. |
Applies to
Azure SDK for .NET