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.ModelBillingProfilesOnExpand
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python