ElasticSanSkuInformation 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.
ElasticSAN SKU and its properties.
public class ElasticSanSkuInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanSkuInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanSkuInformation>
type ElasticSanSkuInformation = class
interface IJsonModel<ElasticSanSkuInformation>
interface IPersistableModel<ElasticSanSkuInformation>
Public Class ElasticSanSkuInformation
Implements IJsonModel(Of ElasticSanSkuInformation), IPersistableModel(Of ElasticSanSkuInformation)
- Inheritance
-
ElasticSanSkuInformation
- Implements
Properties
Capabilities |
The capability information in the specified SKU. |
LocationInfo |
Availability of the SKU for the location/zone. |
Locations |
The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). |
Name |
Sku Name. |
ResourceType |
The type of the resource. |
Tier |
Sku Tier. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ElasticSanSkuInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ElasticSanSkuInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ElasticSanSkuInformation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ElasticSanSkuInformation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ElasticSanSkuInformation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET