AccountUsage Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. AccountUsage
- com.
Implements
public final class AccountUsage
implements JsonSerializable<AccountUsage>
Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares and soft-deleted shares in the account.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountUsage() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
|
Account |
liveShares()
Get the live |
|
Account |
softDeletedShares()
Get the soft |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AccountUsage
public AccountUsage()
Creates an instance of AccountUsage class.
Method Details
fromJson
public static AccountUsage fromJson(JsonReader jsonReader)
Reads an instance of AccountUsage from the JsonReader.
Parameters:
Returns:
Throws:
liveShares
public AccountUsageElements 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.
Returns:
softDeletedShares
public AccountUsageElements 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.
Returns:
toJson
validate
public void validate()
Validates the instance.