Share via


PureStorageBillingUsageProperty Class

Definition

Represents an individual billing usage property.

public class PureStorageBillingUsageProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty>
type PureStorageBillingUsageProperty = class
    interface IJsonModel<PureStorageBillingUsageProperty>
    interface IPersistableModel<PureStorageBillingUsageProperty>
Public Class PureStorageBillingUsageProperty
Implements IJsonModel(Of PureStorageBillingUsageProperty), IPersistableModel(Of PureStorageBillingUsageProperty)
Inheritance
PureStorageBillingUsageProperty
Implements

Properties

CurrentValue

Current value of the billing usage property.

PreviousValue

Previous value of the billing usage property.

PropertyId

Unique identifier for the billing usage property.

PropertyName

Name of the billing usage property.

Severity

Severity level of the usage.

StatusMessage

Status message for the billing usage against a property.

SubProperties

Optional list of sub-properties providing additional details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStorageBillingUsageProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PureStorageBillingUsageProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStorageBillingUsageProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStorageBillingUsageProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PureStorageBillingUsageProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to