Freigeben über


StorageApplianceSkuProperties Class

Definition

StorageApplianceSkuProperties represents the properties of the storage appliance SKU.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceSkuPropertiesTypeConverter))]
public class StorageApplianceSkuProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceSkuProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceSkuPropertiesTypeConverter))>]
type StorageApplianceSkuProperties = class
    interface IStorageApplianceSkuProperties
    interface IJsonSerializable
Public Class StorageApplianceSkuProperties
Implements IStorageApplianceSkuProperties
Inheritance
StorageApplianceSkuProperties
Attributes
Implements

Constructors

StorageApplianceSkuProperties()

Creates an new StorageApplianceSkuProperties instance.

Properties

CapacityGb

The maximum capacity of the storage appliance.

Model

The model of the storage appliance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageApplianceSkuProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageApplianceSkuProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceSkuProperties.

FromJsonString(String)

Creates a new instance of StorageApplianceSkuProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageApplianceSkuProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to