Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShareSetPropertiesOptions

Package version

Options to configure the ShareClient.setProperties operation.

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

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.

Optional accessTier

accessTier: ShareAccessTier

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

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

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

Optional quotaInGB

quotaInGB: undefined | number

Specifies the maximum size of the share, in gigabytes.

Optional rootSquash

rootSquash: ShareRootSquash

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

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc