BillingMeter Class
App Service billing entity that contains information about meter which the Azure billing system utilizes to charge users for services.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourceBillingMeter
Constructor
BillingMeter(*, kind: str | None = None, meter_id: str | None = None, billing_location: str | None = None, short_name: str | None = None, friendly_name: str | None = None, resource_type: str | None = None, os_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
meter_id
|
Meter GUID onboarded in Commerce. |
billing_location
|
Azure Location of billable resource. |
short_name
|
Short Name from App Service Azure pricing Page. |
friendly_name
|
Friendly name of the meter. |
resource_type
|
App Service ResourceType meter used for. |
os_type
|
App Service OS type meter used for. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
system_data
|
The system metadata relating to this resource. |
meter_id
|
Meter GUID onboarded in Commerce. |
billing_location
|
Azure Location of billable resource. |
short_name
|
Short Name from App Service Azure pricing Page. |
friendly_name
|
Friendly name of the meter. |
resource_type
|
App Service ResourceType meter used for. |
os_type
|
App Service OS type meter used for. |
Azure SDK for Python