Uses of Class
com.azure.resourcemanager.storage.models.AccountUsageElements
Packages that use AccountUsageElements
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of AccountUsageElements in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type AccountUsageElementsModifier and TypeClassDescriptionfinal classUsage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.Methods in com.azure.resourcemanager.storage.models that return AccountUsageElementsModifier and TypeMethodDescriptionstatic AccountUsageElementsAccountUsageElements.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccountUsageElements from the JsonReader.AccountUsage.liveShares()Get the liveShares property: Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.AccountUsage.softDeletedShares()Get the softDeletedShares property: Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.