ElasticSanSkuLocationInfo Class

Definition

The location info.

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

Properties

Location

The location.

Zones

The zones.

Explicit Interface Implementations

IJsonModel<ElasticSanSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticSanSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticSanSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticSanSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticSanSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to