ArmStorageModelFactory.BurstingConstants Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The scalar against provisioned IOPS in the file share included burst IOPS formula.
The time frame for bursting in seconds in the file share maximum burst credits for IOPS formula.
Returns
A new BurstingConstants instance for mocking.