NetworkCloudStorageApplianceData Constructor

Definition

Initializes a new instance of NetworkCloudStorageApplianceData.

public NetworkCloudStorageApplianceData (Azure.Core.AzureLocation location, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation, Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials administratorCredentials, Azure.Core.ResourceIdentifier rackId, long rackSlot, string serialNumber, string storageApplianceSkuId);
new Azure.ResourceManager.NetworkCloud.NetworkCloudStorageApplianceData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials * Azure.Core.ResourceIdentifier * int64 * string * string -> Azure.ResourceManager.NetworkCloud.NetworkCloudStorageApplianceData
Public Sub New (location As AzureLocation, extendedLocation As ExtendedLocation, administratorCredentials As AdministrativeCredentials, rackId As ResourceIdentifier, rackSlot As Long, serialNumber As String, storageApplianceSkuId As String)

Parameters

location
AzureLocation

The location.

extendedLocation
ExtendedLocation

The extended location of the cluster associated with the resource.

administratorCredentials
AdministrativeCredentials

The credentials of the administrative interface on this storage appliance.

rackId
ResourceIdentifier

The resource ID of the rack where this storage appliance resides.

rackSlot
Int64

The slot the storage appliance is in the rack based on the BOM configuration.

serialNumber
String

The serial number for the storage appliance.

storageApplianceSkuId
String

The SKU for the storage appliance.

Exceptions

extendedLocation, administratorCredentials, rackId, serialNumber or storageApplianceSkuId is null.

Applies to