ArmStorageModelFactory.FileServiceAccountUsage Method

Definition

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

public static Azure.ResourceManager.Storage.Models.FileServiceAccountUsage FileServiceAccountUsage(Azure.ResourceManager.Storage.Models.FileServiceAccountUsageElements liveShares = default, Azure.ResourceManager.Storage.Models.FileServiceAccountUsageElements softDeletedShares = default);
static member FileServiceAccountUsage : Azure.ResourceManager.Storage.Models.FileServiceAccountUsageElements * Azure.ResourceManager.Storage.Models.FileServiceAccountUsageElements -> Azure.ResourceManager.Storage.Models.FileServiceAccountUsage
Public Shared Function FileServiceAccountUsage (Optional liveShares As FileServiceAccountUsageElements = Nothing, Optional softDeletedShares As FileServiceAccountUsageElements = Nothing) As FileServiceAccountUsage

Parameters

liveShares
FileServiceAccountUsageElements

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

softDeletedShares
FileServiceAccountUsageElements

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

Returns

A new FileServiceAccountUsage instance for mocking.

Applies to