MapsSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type MapsSku = class
interface IJsonModel<MapsSku>
interface IPersistableModel<MapsSku>
Public Class MapsSku
Implements IJsonModel(Of MapsSku), IPersistableModel(Of MapsSku)
- Inheritance
-
MapsSku
- Implements
Constructors
| Name | Description |
|---|---|
| MapsSku(MapsSkuName) |
Initializes a new instance of MapsSku. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the SKU, in standard format (such as G2). |
| Tier |
Gets the sku tier. This is based on the SKU name. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |