New-AzNetworkCloudStorageApplianceConfigurationDataObject
Create an in-memory object for StorageApplianceConfigurationData.
Syntax
Default (Default)
New-AzNetworkCloudStorageApplianceConfigurationDataObject
-AdminCredentialsPassword <SecureString>
-AdminCredentialsUsername <String>
-RackSlot <Int64>
-SerialNumber <String>
[-StorageApplianceName <String>]
[<CommonParameters>]
Description
Create an in-memory object for StorageApplianceConfigurationData.
Examples
Example 1: Create an in-memory object for StorageApplianceConfigurationData.
$password = ConvertTo-SecureString "********" -AsPlainText -Force
New-AzNetworkCloudStorageApplianceConfigurationDataObject -AdminCredentialsPassword $password -AdminCredentialsUsername username -RackSlot 1 -SerialNumber serialNumber -StorageApplianceName storageApplianceName
RackSlot SerialNumber StorageApplianceName
-------- ------------ --------------------
1 serialNumber storageApplianceName
Create an in-memory object for StorageApplianceConfigurationData.
Parameters
-AdminCredentialsPassword
The password of the administrator of the device used during initialization.
Parameter properties
Type: SecureString
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-AdminCredentialsUsername
The username of the administrator of the device used during initialization.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-RackSlot
The slot that storage appliance is in the rack based on the BOM configuration.
Parameter properties
Type: Int64
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-SerialNumber
The serial number of the appliance.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-StorageApplianceName
The user-provided name for the storage appliance that will be created from this specification.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters .
Outputs