Package version:

Interface ServiceUndeleteContainerOptions

Options to configure BlobServiceClient.undeleteContainer operation.

interface ServiceUndeleteContainerOptions {
    abortSignal?: any;
    destinationContainerName?: string;
    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.

destinationContainerName?: string

Optional. Specifies the new name of the restored container. Will use its original name if this is not specified.

Restore container to a different name is not supported by service anymore.

tracingOptions?: any

Options to configure spans created when tracing is enabled.