Share via


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.

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
str

Kind of resource.

Default value: None
meter_id
str

Meter GUID onboarded in Commerce.

Default value: None
billing_location
str

Azure Location of billable resource.

Default value: None
short_name
str

Short Name from App Service Azure pricing Page.

Default value: None
friendly_name
str

Friendly name of the meter.

Default value: None
resource_type
str

App Service ResourceType meter used for.

Default value: None
os_type
str

App Service OS type meter used for.

Default value: None

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.