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
public class PriceSheetProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Consumption.Models.PriceSheetProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Consumption.Models.PriceSheetProperties>
type PriceSheetProperties = class
type PriceSheetProperties = class
interface IJsonModel<PriceSheetProperties>
interface IPersistableModel<PriceSheetProperties>
Public Class PriceSheetProperties
Public Class PriceSheetProperties
Implements IJsonModel(Of PriceSheetProperties), IPersistableModel(Of PriceSheetProperties)
- Inheritance
-
PriceSheetProperties
- Implements
Properties
BillingPeriodId |
The id of the billing period resource that the usage belongs to. |
CurrencyCode |
Currency Code. |
IncludedQuantity |
Included quality for an offer. |
MeterDetails |
The details about the meter. By default this is not populated, unless it's specified in $expand. |
MeterId |
The meter id (GUID). |
OfferId |
Offer Id. |
PartNumber |
Part Number. |
UnitOfMeasure |
Unit of measure. |
UnitPrice |
Unit Price. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PriceSheetProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PriceSheetProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PriceSheetProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PriceSheetProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PriceSheetProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET