StoragePoolSku 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.
Sku for ARM resource.
public class StoragePoolSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StoragePool.Models.StoragePoolSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StoragePool.Models.StoragePoolSku>
public class StoragePoolSku
type StoragePoolSku = class
interface IJsonModel<StoragePoolSku>
interface IPersistableModel<StoragePoolSku>
type StoragePoolSku = class
Public Class StoragePoolSku
Implements IJsonModel(Of StoragePoolSku), IPersistableModel(Of StoragePoolSku)
Public Class StoragePoolSku
- Inheritance
-
StoragePoolSku
- Implements
Constructors
StoragePoolSku(String) |
Initializes a new instance of StoragePoolSku. |
Properties
Name |
Sku name. |
Tier |
Sku tier. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StoragePoolSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StoragePoolSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StoragePoolSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StoragePoolSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StoragePoolSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET