StorageApplianceConfigurationData 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.
StorageApplianceConfigurationData represents configuration for the storage application.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceConfigurationDataTypeConverter))]
public class StorageApplianceConfigurationData : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceConfigurationData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceConfigurationDataTypeConverter))>]
type StorageApplianceConfigurationData = class
interface IStorageApplianceConfigurationData
interface IJsonSerializable
Public Class StorageApplianceConfigurationData
Implements IStorageApplianceConfigurationData
- Inheritance
-
StorageApplianceConfigurationData
- Attributes
- Implements
Constructors
StorageApplianceConfigurationData() |
Creates an new StorageApplianceConfigurationData instance. |
Properties
AdminCredentialsPassword |
The password of the administrator of the device used during initialization. |
AdminCredentialsUsername |
The username of the administrator of the device used during initialization. |
RackSlot |
The slot that storage appliance is in the rack based on the BOM configuration. |
SerialNumber |
The serial number of the appliance. |
StorageApplianceName |
The user-provided name for the storage appliance that will be created from this specification. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageApplianceConfigurationData. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageApplianceConfigurationData. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceConfigurationData. |
FromJsonString(String) |
Creates a new instance of StorageApplianceConfigurationData, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageApplianceConfigurationData into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |