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_12_01.models._models_py3.ProxyOnlyResource
BillingMeter

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, multiplier: float | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

meter_id
str

Meter GUID onboarded in Commerce.

billing_location
str

Azure Location of billable resource.

short_name
str

Short Name from App Service Azure pricing Page.

friendly_name
str

Friendly name of the meter.

resource_type
str

App Service ResourceType meter used for.

os_type
str

App Service OS type meter used for.

multiplier

Meter Multiplier.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

meter_id
str

Meter GUID onboarded in Commerce.

billing_location
str

Azure Location of billable resource.

short_name
str

Short Name from App Service Azure pricing Page.

friendly_name
str

Friendly name of the meter.

resource_type
str

App Service ResourceType meter used for.

os_type
str

App Service OS type meter used for.

multiplier

Meter Multiplier.