共用方式為


MeterDetails Class

Definition

The properties of the meter detail.

public class MeterDetails
type MeterDetails = class
Public Class MeterDetails
Inheritance
MeterDetails

Constructors

MeterDetails()

Initializes a new instance of the MeterDetails class.

MeterDetails(String, String, String, String, String, Nullable<Decimal>, Nullable<Decimal>)

Initializes a new instance of the MeterDetails class.

Properties

MeterCategory

Gets the category of the meter, for example, 'Cloud services', 'Networking', etc..

MeterLocation

Gets the location in which the Azure service is available.

MeterName

Gets the name of the meter, within the given meter category

MeterSubCategory

Gets the subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..

PretaxStandardRate

Gets the pretax listing price.

TotalIncludedQuantity

Gets the total included quantity associated with the offer.

Unit

Gets the unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.

Applies to