你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ElasticSanSkuInformation Class

Definition

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>
public class ElasticSanSkuInformation
type ElasticSanSkuInformation = class
    interface IJsonModel<ElasticSanSkuInformation>
    interface IPersistableModel<ElasticSanSkuInformation>
type ElasticSanSkuInformation = class
Public Class ElasticSanSkuInformation
Implements IJsonModel(Of ElasticSanSkuInformation), IPersistableModel(Of ElasticSanSkuInformation)
Public Class 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.

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