ArmNetworkCloudModelFactory.StorageApplianceConfiguration Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.StorageApplianceConfiguration StorageApplianceConfiguration(Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials adminCredentials = default, long rackSlot = 0, string serialNumber = default, string storageApplianceName = default);
static member StorageApplianceConfiguration : Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials * int64 * string * string -> Azure.ResourceManager.NetworkCloud.Models.StorageApplianceConfiguration
Public Shared Function StorageApplianceConfiguration (Optional adminCredentials As AdministrativeCredentials = Nothing, Optional rackSlot As Long = 0, Optional serialNumber As String = Nothing, Optional storageApplianceName As String = Nothing) As StorageApplianceConfiguration
Parameters
- adminCredentials
- AdministrativeCredentials
The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
- rackSlot
- Int64
The slot that storage appliance is in the rack based on the BOM configuration.
- serialNumber
- String
The serial number of the appliance.
- storageApplianceName
- String
The user-provided name for the storage appliance that will be created from this specification.
Returns
A new StorageApplianceConfiguration instance for mocking.