PriceSheetProperties 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 price sheet.
public class PriceSheetProperties
type PriceSheetProperties = class
Public Class PriceSheetProperties
- Inheritance
-
PriceSheetProperties
Constructors
PriceSheetProperties() |
Initializes a new instance of the PriceSheetProperties class. |
PriceSheetProperties(String, String, MeterDetails, String, Nullable<Decimal>, String, Nullable<Decimal>, String) |
Initializes a new instance of the PriceSheetProperties class. |
Properties
BillingPeriodId |
Gets the id of the billing period resource that the usage belongs to. |
CurrencyCode |
Gets currency Code |
IncludedQuantity |
Gets included quality for an offer |
MeterDetails |
Gets the details about the meter. By default this is not populated, unless it's specified in $expand. |
MeterId |
Gets the meter id |
PartNumber |
Gets part Number |
UnitOfMeasure |
Gets unit of measure |
UnitPrice |
Gets unit Price |
Applies to
Azure SDK for .NET