ServiceUndeleteFileSystemOptions interface

Options to configure undeleteFileSystem.

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.

destinationFileSystemName

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

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

destinationFileSystemName

Warning

This API is now deprecated.

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

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

destinationFileSystemName?: string

Property Value

string

Inherited Property Details

tracingOptions

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions