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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET