共用方式為


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
int

The minimum provisioned storage quota limit in gibibytes for a file share in the storage account.

max_provisioned_storage_gi_b
int

The maximum provisioned storage quota limit in gibibytes for a file share in the storage account.

min_provisioned_iops
int

The minimum provisioned IOPS limit for a file share in the storage account.

max_provisioned_iops
int

The maximum provisioned IOPS limit for a file share in the storage account.

min_provisioned_bandwidth_mi_b_per_sec
int

The minimum provisioned bandwidth limit in mebibytes per second for a file share in the storage account.

max_provisioned_bandwidth_mi_b_per_sec
int

The maximum provisioned bandwidth limit in mebibytes per second for a file share in the storage account.