共用方式為


ShareSetPropertiesOptions Class

Definition

public class ShareSetPropertiesOptions
type ShareSetPropertiesOptions = class
Public Class ShareSetPropertiesOptions
Inheritance
ShareSetPropertiesOptions

Constructors

ShareSetPropertiesOptions()

Properties

AccessTier

Optional, the access tier to set on the share.

Conditions

Optional ShareFileRequestConditions to add conditions on setting the share's properties.

EnablePaidBursting

Optional. Supported in version 2024-11-04 and above. Only applicable for premium file storage accounts. This property enables paid bursting on premium file storage accounts.

EnableSnapshotVirtualDirectoryAccess

Optional. Supported in version 2023-08-03 and above. Only applicable for premium file storage accounts. Specifies whether the snapshot virtual directory should be accessible at the root of share mount point when NFS is enabled. If not specified, the default is true.

PaidBurstingMaxBandwidthMibps

Optional. Supported in version 2024-11-04 and above. Only applicable for premium file storage accounts. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec.

PaidBurstingMaxIops

Optional. Supported in version 2024-11-04 and above. Only applicable for premium file storage accounts. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS.

QuotaInGB

Optional, the maximum size to set on the share in GB.

RootSquash

Optional, valid for NFS shares only.

Applies to