ArmStorageModelFactory.FileServiceAccountUsage 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 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.