Share via


MapsSku Class

Definition

The SKU of the Maps Account.

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

Constructors

MapsSku(MapsSkuName)

Initializes a new instance of MapsSku.

Properties

Name

The name of the SKU, in standard format (such as S0).

Tier

Gets the sku tier. This is based on the SKU name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MapsSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapsSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapsSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to