AccountLimits Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. AccountLimits
- com.
Implements
public final class AccountLimits
implements JsonSerializable<AccountLimits>
Maximum provisioned storage, IOPS, bandwidth and number of file shares limits for the storage account.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountLimits() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
| Integer |
maxFileShares()
Get the max |
| Integer |
maxProvisionedBandwidthMiBPerSec()
Get the max |
| Integer |
maxProvisionedIops()
Get the max |
| Integer |
maxProvisionedStorageGiB()
Get the max |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AccountLimits
public AccountLimits()
Creates an instance of AccountLimits class.
Method Details
fromJson
public static AccountLimits fromJson(JsonReader jsonReader)
Reads an instance of AccountLimits from the JsonReader.
Parameters:
Returns:
Throws:
maxFileShares
public Integer maxFileShares()
Get the maxFileShares property: The maximum number of file shares limit for the storage account.
Returns:
maxProvisionedBandwidthMiBPerSec
public Integer maxProvisionedBandwidthMiBPerSec()
Get the maxProvisionedBandwidthMiBPerSec property: The maximum provisioned bandwidth limit in mebibytes per second for the storage account.
Returns:
maxProvisionedIops
public Integer maxProvisionedIops()
Get the maxProvisionedIops property: The maximum provisioned IOPS limit for the storage account.
Returns:
maxProvisionedStorageGiB
public Integer maxProvisionedStorageGiB()
Get the maxProvisionedStorageGiB property: The maximum provisioned storage quota limit in gibibytes for the storage account.
Returns:
toJson
validate
public void validate()
Validates the instance.