ReservationBillingUsageReport 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.
Represents a billing usage report, including overall status and detailed properties.
public class ReservationBillingUsageReport : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PureStorageBlock.Models.ReservationBillingUsageReport>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PureStorageBlock.Models.ReservationBillingUsageReport>
type ReservationBillingUsageReport = class
interface IJsonModel<ReservationBillingUsageReport>
interface IPersistableModel<ReservationBillingUsageReport>
Public Class ReservationBillingUsageReport
Implements IJsonModel(Of ReservationBillingUsageReport), IPersistableModel(Of ReservationBillingUsageReport)
- Inheritance
-
ReservationBillingUsageReport
- Implements
Properties
BillingUsageProperties |
A list of detailed billing usage properties. |
OverallStatusMessage |
Overall status message of the billing usage report. |
Timestamp |
Latest formatted billing report for this reservation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ReservationBillingUsageReport>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ReservationBillingUsageReport>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ReservationBillingUsageReport>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ReservationBillingUsageReport>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ReservationBillingUsageReport>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |