AccountUsageElements Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. AccountUsageElements
- com.
Implements
public final class AccountUsageElements
implements JsonSerializable<AccountUsageElements>
Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountUsageElements() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
fileShareCount()
Get the file |
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
| Integer |
provisionedBandwidthMiBPerSec()
Get the provisioned |
| Integer |
provisionedIops()
Get the provisioned |
| Integer |
provisionedStorageGiB()
Get the provisioned |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AccountUsageElements
public AccountUsageElements()
Creates an instance of AccountUsageElements class.
Method Details
fileShareCount
public Integer fileShareCount()
Get the fileShareCount property: The total number of file shares.
Returns:
fromJson
public static AccountUsageElements fromJson(JsonReader jsonReader)
Reads an instance of AccountUsageElements from the JsonReader.
Parameters:
Returns:
Throws:
provisionedBandwidthMiBPerSec
public Integer provisionedBandwidthMiBPerSec()
Get the provisionedBandwidthMiBPerSec property: The total provisioned bandwidth in mebibytes per second.
Returns:
provisionedIops
public Integer provisionedIops()
Get the provisionedIops property: The total provisioned IOPS.
Returns:
provisionedStorageGiB
public Integer provisionedStorageGiB()
Get the provisionedStorageGiB property: The total provisioned storage quota in gibibytes.
Returns:
toJson
validate
public void validate()
Validates the instance.