FileShareRecommendations Class
Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
FileShareRecommendations(**kwargs: Any)
Variables
Name | Description |
---|---|
base_iops
|
The base IOPS in the file share provisioned IOPS recommendation formula. |
io_scalar
|
The scalar for IO in the file share provisioned IOPS recommendation formula. |
base_bandwidth_mi_b_per_sec
|
The base bandwidth in the file share provisioned bandwidth recommendation formula. |
bandwidth_scalar
|
The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python