Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShareDeleteMethodOptions

Package version

Options to configure the ShareClient.delete 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 deleteSnapshots

deleteSnapshots: DeleteSnapshotsOptionType

Specifies the option include to delete the base share and all of its snapshots. Possible values include: 'include'

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

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

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc