StorageSkuInformation Class

Definition

Storage SKU and its properties.

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

Properties

Capabilities

The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.

Kind

Indicates the type of storage account.

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

The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.

ResourceType

The type of the resource, usually it is 'storageAccounts'.

Restrictions

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

Tier

The SKU tier. This is based on the SKU name.

Explicit Interface Implementations

IJsonModel<StorageSkuInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageSkuInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageSkuInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageSkuInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageSkuInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to