Share via


DataBoxEdgeSku Class

Definition

The SKU type.

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

Constructors

Name Description
DataBoxEdgeSku()

Initializes a new instance of DataBoxEdgeSku.

Properties

Name Description
Name

SKU name.

Tier

The SKU tier. This is based on the SKU name.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataBoxEdgeSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to