ServiceUndeleteFileSystemOptions interface
Options to configure undeleteFileSystem.
- Extends
Properties
abort |
An implementation of the |
destination |
Optional. Specifies the new name of the restored File System. Will use its original name if this is not specified. |
Inherited Properties
tracing |
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