BillingMeterProperties Class

BillingMeter resource specific properties.

Constructor

BillingMeterProperties(*args: Any, **kwargs: Any)

Variables

Name Description
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.

Attributes

billing_location

Azure Location of billable resource.

billing_location: str | None

friendly_name

Friendly name of the meter.

friendly_name: str | None

meter_id

Meter GUID onboarded in Commerce.

meter_id: str | None

multiplier

Meter Multiplier.

multiplier: float | None

os_type

App Service OS type meter used for.

os_type: str | None

resource_type

App Service ResourceType meter used for.

resource_type: str | None

short_name

Short Name from App Service Azure pricing Page.

short_name: str | None