ChargeSummary Class
A charge summary resource.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: LegacyChargeSummary, ModernChargeSummary.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.consumption.models._models_py3.ProxyResourceChargeSummary
Constructor
ChargeSummary(*, e_tag: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
e_tag
|
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
e_tag
|
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
kind
|
Required. Specifies the kind of charge summary.Constant filled by server. Known values are: "legacy", "modern". |
Azure SDK for Python