共用方式為


FileSharePropertiesFileSharePaidBursting Class

File Share Paid Bursting properties.

Constructor

FileSharePropertiesFileSharePaidBursting(*, paid_bursting_enabled: bool | None = None, paid_bursting_max_iops: int | None = None, paid_bursting_max_bandwidth_mibps: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
paid_bursting_enabled

Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.

paid_bursting_max_iops
int

The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share.

paid_bursting_max_bandwidth_mibps
int

The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share.

Variables

Name Description
paid_bursting_enabled

Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.

paid_bursting_max_iops
int

The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share.

paid_bursting_max_bandwidth_mibps
int

The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share.