StorageCacheSku 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.
A resource SKU.
public class StorageCacheSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.StorageCacheSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.StorageCacheSku>
type StorageCacheSku = class
interface IJsonModel<StorageCacheSku>
interface IPersistableModel<StorageCacheSku>
Public Class StorageCacheSku
Implements IJsonModel(Of StorageCacheSku), IPersistableModel(Of StorageCacheSku)
- Inheritance
-
StorageCacheSku
- Implements
Properties
Capabilities |
A list of capabilities of this SKU, such as throughput or ops/sec. |
LocationInfo |
The set of locations where the SKU is available. |
Locations |
The set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.). |
Name |
The name of this SKU. |
ResourceType |
The type of resource the SKU applies to. |
Restrictions |
The restrictions preventing this SKU from being used. This is empty if there are no restrictions. |
Explicit Interface Implementations
IJsonModel<StorageCacheSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageCacheSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageCacheSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageCacheSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageCacheSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET