Share via


DataBoxEdgeSkuLocationInfo Class

Definition

The location info.

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

Properties

Location

The location.

Sites

The sites.

Zones

The zones.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to