共用方式為


ServiceUndeleteFileSystemOptions interface

設定 undeleteFileSystem的選項。

Extends

屬性

abortSignal

AbortSignalLike 介面的實作,以發出取消作業的要求。 例如,使用 @azure/abort-controller 來建立 AbortSignal

destinationFileSystemName

自選。 指定還原檔案系統的新名稱。 如果未指定,則會使用其原始名稱。

繼承的屬性

tracingOptions

屬性詳細資料

abortSignal

AbortSignalLike 介面的實作,以發出取消作業的要求。 例如,使用 @azure/abort-controller 來建立 AbortSignal

abortSignal?: AbortSignalLike

屬性值

destinationFileSystemName

警告

此 API 現已淘汰。

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

自選。 指定還原檔案系統的新名稱。 如果未指定,則會使用其原始名稱。

destinationFileSystemName?: string

屬性值

string

繼承的屬性詳細資料

tracingOptions

tracingOptions?: OperationTracingOptions

屬性值

繼承自CommonOptions.tracingOptions