MeterDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET