Share via


DataBoxSkuCapacity Class

Definition

Capacity of the sku.

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

Properties

IndividualSkuUsable

Maximum capacity per device in TB.

Maximum

Maximum capacity in TB.

Usable

Usable capacity in TB.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to