ArmNetworkCloudModelFactory.StorageApplianceSkuSlot Method

Definition

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

Parameters

capacityGB
Nullable<Int64>

The maximum capacity of the storage appliance. Measured in gibibytes.

model
String

The model of the storage appliance.

rackSlot
Nullable<Int64>

The position in the rack for the storage appliance.

Returns

A new StorageApplianceSkuSlot instance for mocking.

Applies to