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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python