StorageApplianceSkuSlot 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.
StorageApplianceSkuSlot represents the single SKU and rack slot associated with the storage appliance.
public class StorageApplianceSkuSlot
public class StorageApplianceSkuSlot : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.StorageApplianceSkuSlot>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.StorageApplianceSkuSlot>
type StorageApplianceSkuSlot = class
type StorageApplianceSkuSlot = class
interface IJsonModel<StorageApplianceSkuSlot>
interface IPersistableModel<StorageApplianceSkuSlot>
Public Class StorageApplianceSkuSlot
Public Class StorageApplianceSkuSlot
Implements IJsonModel(Of StorageApplianceSkuSlot), IPersistableModel(Of StorageApplianceSkuSlot)
- Inheritance
-
StorageApplianceSkuSlot
- Implements
Properties
CapacityGB |
The maximum capacity of the storage appliance. Measured in gibibytes. |
Model |
The model of the storage appliance. |
RackSlot |
The position in the rack for the storage appliance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StorageApplianceSkuSlot>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageApplianceSkuSlot>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageApplianceSkuSlot>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageApplianceSkuSlot>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageApplianceSkuSlot>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET