Share via


ArmNetworkCloudModelFactory.StorageApplianceSkuSlot Method

Definition

Initializes a new instance of StorageApplianceSkuSlot.

public static Azure.ResourceManager.NetworkCloud.Models.StorageApplianceSkuSlot StorageApplianceSkuSlot (long? rackSlot = default, long? capacityGB = default, string model = default);
static member StorageApplianceSkuSlot : Nullable<int64> * Nullable<int64> * string -> Azure.ResourceManager.NetworkCloud.Models.StorageApplianceSkuSlot
Public Shared Function StorageApplianceSkuSlot (Optional rackSlot As Nullable(Of Long) = Nothing, Optional capacityGB As Nullable(Of Long) = Nothing, Optional model As String = Nothing) As StorageApplianceSkuSlot

Parameters

rackSlot
Nullable<Int64>

The position in the rack for the storage appliance.

capacityGB
Nullable<Int64>

The maximum capacity of the storage appliance.

model
String

The model of the storage appliance.

Returns

A new StorageApplianceSkuSlot instance for mocking.

Applies to