Package version:

Interface ShareSetAccessPolicyOptions

Options to configure the ShareClient.setAccessPolicy operation.

interface ShareSetAccessPolicyOptions {
    abortSignal?: any;
    leaseAccessConditions?: LeaseAccessConditions;
    tracingOptions?: any;
}

Hierarchy (view full)

Properties

abortSignal?: any

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.

leaseAccessConditions?: LeaseAccessConditions

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

tracingOptions?: any