Поделиться через


StoragePoolSkuInfo Class

Definition

Resource SKU Details.

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

Properties

ApiVersion

StoragePool RP API version.

Capabilities

List of additional capabilities for StoragePool resource.

LocationInfo

Zones and zone capabilities in those locations where the SKU is available.

Name

Sku name.

ResourceType

StoragePool resource type.

Restrictions

The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Tier

Sku tier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StoragePoolSkuInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StoragePoolSkuInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StoragePoolSkuInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StoragePoolSkuInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StoragePoolSkuInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to