StorageApplianceConfiguration Constructor
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.
Initializes a new instance of StorageApplianceConfiguration.
public StorageApplianceConfiguration (Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials adminCredentials, long rackSlot, string serialNumber);
new Azure.ResourceManager.NetworkCloud.Models.StorageApplianceConfiguration : Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials * int64 * string -> Azure.ResourceManager.NetworkCloud.Models.StorageApplianceConfiguration
Public Sub New (adminCredentials As AdministrativeCredentials, rackSlot As Long, serialNumber As String)
Parameters
- adminCredentials
- AdministrativeCredentials
The credentials of the administrative interface on this storage appliance.
- rackSlot
- Int64
The slot that storage appliance is in the rack based on the BOM configuration.
- serialNumber
- String
The serial number of the appliance.
Exceptions
adminCredentials
or serialNumber
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET