IStorageApplianceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePropertiesTypeConverter))]
public interface IStorageApplianceProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePropertiesTypeConverter))>]
type IStorageApplianceProperties = interface
interface IJsonSerializable
Public Interface IStorageApplianceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |