ArmStorageModelFactory.FileServiceAccountUsageElements Method

Definition

Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.

public static Azure.ResourceManager.Storage.Models.FileServiceAccountUsageElements FileServiceAccountUsageElements(int? fileShareCount = default, int? provisionedStorageGiB = default, int? provisionedIops = default, int? provisionedBandwidthMiBPerSec = default);
static member FileServiceAccountUsageElements : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Storage.Models.FileServiceAccountUsageElements
Public Shared Function FileServiceAccountUsageElements (Optional fileShareCount As Nullable(Of Integer) = Nothing, Optional provisionedStorageGiB As Nullable(Of Integer) = Nothing, Optional provisionedIops As Nullable(Of Integer) = Nothing, Optional provisionedBandwidthMiBPerSec As Nullable(Of Integer) = Nothing) As FileServiceAccountUsageElements

Parameters

fileShareCount
Nullable<Int32>

The total number of file shares.

provisionedStorageGiB
Nullable<Int32>

The total provisioned storage quota in gibibytes.

provisionedIops
Nullable<Int32>

The total provisioned IOPS.

provisionedBandwidthMiBPerSec
Nullable<Int32>

The total provisioned bandwidth in mebibytes per second.

Returns

A new FileServiceAccountUsageElements instance for mocking.

Applies to