ArmStorageModelFactory.FileServiceAccountUsageElements 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.
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
The total provisioned bandwidth in mebibytes per second.
Returns
A new FileServiceAccountUsageElements instance for mocking.