BillingProfilesOnExpand Class

The billing profiles associated with the billing account. By default this is not populated, unless it's specified in $expand.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.billing._serialization.Model
BillingProfilesOnExpand

Constructor

BillingProfilesOnExpand(*, value: List[_models.BillingProfile] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
value

The billing profiles associated with the billing account.

Variables

Name Description
has_more_results

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

The billing profiles associated with the billing account.