ShareSetPropertiesOptions interface
Options to configure the setProperties operation.
- Extends
Properties
abort |
An implementation of the |
access |
Specifies the access tier of the share. Possible values include: 'TransactionOptimized', 'Hot', 'Cool'. |
enable |
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. |
lease |
If specified, the operation only succeeds if the resource's lease is active and matches this ID. |
paid |
Optional. Boolean. Default if not specified is false. This property enables paid bursting. |
paid |
Optional. Integer. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec. |
paid |
Optional. Integer. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS. |
quota |
Specifies the maximum size of the share, in gigabytes. |
root |
Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. |
share |
Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned bandwidth of the share, in mebibytes per second (MiBps). If this is not specified, the provisioned bandwidth is set to value calculated based on recommendation formula. |
share |
Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned number of input/output operations per second (IOPS) of the share. If this is not specified, the provisioned IOPS is set to value calculated based on recommendation formula. |
Inherited Properties
tracing |
Property Details
abortSignal
An implementation of the AbortSignalLike
interface to signal the request to cancel the operation.
For example, use the @azure/abort-controller to create an AbortSignal
.
abortSignal?: AbortSignalLike
Property Value
accessTier
Specifies the access tier of the share. Possible values include: 'TransactionOptimized', 'Hot', 'Cool'.
accessTier?: ShareAccessTier
Property Value
enableSnapshotVirtualDirectoryAccess
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.
enableSnapshotVirtualDirectoryAccess?: boolean
Property Value
boolean
leaseAccessConditions
If specified, the operation only succeeds if the resource's lease is active and matches this ID.
leaseAccessConditions?: LeaseAccessConditions
Property Value
paidBurstingEnabled
Optional. Boolean. Default if not specified is false. This property enables paid bursting.
paidBurstingEnabled?: boolean
Property Value
boolean
paidBurstingMaxBandwidthMibps
Optional. Integer. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec.
paidBurstingMaxBandwidthMibps?: number
Property Value
number
paidBurstingMaxIops
Optional. Integer. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS.
paidBurstingMaxIops?: number
Property Value
number
quotaInGB
Specifies the maximum size of the share, in gigabytes.
quotaInGB?: number
Property Value
number
rootSquash
Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'.
rootSquash?: ShareRootSquash
Property Value
shareProvisionedBandwidthMibps
Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned bandwidth of the share, in mebibytes per second (MiBps). If this is not specified, the provisioned bandwidth is set to value calculated based on recommendation formula.
shareProvisionedBandwidthMibps?: number
Property Value
number
shareProvisionedIops
Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned number of input/output operations per second (IOPS) of the share. If this is not specified, the provisioned IOPS is set to value calculated based on recommendation formula.
shareProvisionedIops?: number
Property Value
number