ArmStorageModelFactory.FileShareRecommendations Method

Definition

Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.

public static Azure.ResourceManager.Storage.Models.FileShareRecommendations FileShareRecommendations(int? baseIops = default, double? ioScalar = default, int? baseBandwidthMiBPerSec = default, double? bandwidthScalar = default);
static member FileShareRecommendations : Nullable<int> * Nullable<double> * Nullable<int> * Nullable<double> -> Azure.ResourceManager.Storage.Models.FileShareRecommendations
Public Shared Function FileShareRecommendations (Optional baseIops As Nullable(Of Integer) = Nothing, Optional ioScalar As Nullable(Of Double) = Nothing, Optional baseBandwidthMiBPerSec As Nullable(Of Integer) = Nothing, Optional bandwidthScalar As Nullable(Of Double) = Nothing) As FileShareRecommendations

Parameters

baseIops
Nullable<Int32>

The base IOPS in the file share provisioned IOPS recommendation formula.

ioScalar
Nullable<Double>

The scalar for IO in the file share provisioned IOPS recommendation formula.

baseBandwidthMiBPerSec
Nullable<Int32>

The base bandwidth in the file share provisioned bandwidth recommendation formula.

bandwidthScalar
Nullable<Double>

The scalar for bandwidth in the file share provisioned bandwidth recommendation formula.

Returns

A new FileShareRecommendations instance for mocking.

Applies to