ShareSetPropertiesOptions interface

Options to configure the setProperties operation.

Extends

Properties

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.

accessTier

Specifies the access tier of the share. Possible values include: 'TransactionOptimized', 'Hot', 'Cool'.

leaseAccessConditions

If specified, the operation only succeeds if the resource's lease is active and matches this ID.

quotaInGB

Specifies the maximum size of the share, in gigabytes.

rootSquash

Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'.

Inherited Properties

tracingOptions

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

leaseAccessConditions

If specified, the operation only succeeds if the resource's lease is active and matches this ID.

leaseAccessConditions?: LeaseAccessConditions

Property Value

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

Inherited Property Details

tracingOptions

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions