StorageApplianceProperties 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.
StorageApplianceProperties represents the properties of the storage appliance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePropertiesTypeConverter))]
public class StorageApplianceProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePropertiesTypeConverter))>]
type StorageApplianceProperties = class
interface IStorageApplianceProperties
interface IJsonSerializable
Public Class StorageApplianceProperties
Implements IStorageApplianceProperties
- Inheritance
-
StorageApplianceProperties
- Attributes
- Implements
Constructors
StorageApplianceProperties() |
Creates an new StorageApplianceProperties instance. |
Properties
AdministratorCredentialsPassword |
The password of the administrator of the device used during initialization. |
AdministratorCredentialsUsername |
The username of the administrator of the device used during initialization. |
Capacity |
The total capacity of the storage appliance. |
CapacityUsed |
The amount of storage consumed. |
ClusterId |
The resource ID of the cluster this storage appliance is associated with. |
DetailedStatus |
The detailed status of the storage appliance. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
ManagementIpv4Address |
The endpoint for the management interface of the storage appliance. |
ProvisioningState |
The provisioning state of the storage appliance. |
RackId |
The resource ID of the rack where this storage appliance resides. |
RackSlot |
The slot the storage appliance is in the rack based on the BOM configuration. |
RemoteVendorManagementFeature |
The indicator of whether the storage appliance supports remote vendor management. |
RemoteVendorManagementStatus |
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature. |
SerialNumber |
The serial number for the storage appliance. |
StorageApplianceSkuId |
The SKU for the storage appliance. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageApplianceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageApplianceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceProperties. |
FromJsonString(String) |
Creates a new instance of StorageApplianceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageApplianceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |