ArmStorageModelFactory.BurstingConstants Method

Definition

Constants used for calculating included burst IOPS and maximum burst credits for IOPS for a file share in the storage account.

public static Azure.ResourceManager.Storage.Models.BurstingConstants BurstingConstants(int? burstFloorIops = default, double? burstIOScalar = default, int? burstTimeframeSeconds = default);
static member BurstingConstants : Nullable<int> * Nullable<double> * Nullable<int> -> Azure.ResourceManager.Storage.Models.BurstingConstants
Public Shared Function BurstingConstants (Optional burstFloorIops As Nullable(Of Integer) = Nothing, Optional burstIOScalar As Nullable(Of Double) = Nothing, Optional burstTimeframeSeconds As Nullable(Of Integer) = Nothing) As BurstingConstants

Parameters

burstFloorIops
Nullable<Int32>

The guaranteed floor of burst IOPS for small file shares.

burstIOScalar
Nullable<Double>

The scalar against provisioned IOPS in the file share included burst IOPS formula.

burstTimeframeSeconds
Nullable<Int32>

The time frame for bursting in seconds in the file share maximum burst credits for IOPS formula.

Returns

A new BurstingConstants instance for mocking.

Applies to