FileShareLimits Class
Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the storage account.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
FileShareLimits(**kwargs: Any)
Variables
Name | Description |
---|---|
min_provisioned_storage_gi_b
|
The minimum provisioned storage quota limit in gibibytes for a file share in the storage account. |
max_provisioned_storage_gi_b
|
The maximum provisioned storage quota limit in gibibytes for a file share in the storage account. |
min_provisioned_iops
|
The minimum provisioned IOPS limit for a file share in the storage account. |
max_provisioned_iops
|
The maximum provisioned IOPS limit for a file share in the storage account. |
min_provisioned_bandwidth_mi_b_per_sec
|
The minimum provisioned bandwidth limit in mebibytes per second for a file share in the storage account. |
max_provisioned_bandwidth_mi_b_per_sec
|
The maximum provisioned bandwidth limit in mebibytes per second for a file share in the storage account. |