共用方式為


ServiceUndeleteContainerOptions interface

設定 <xref:BlobServiceClient.undeleteContainer> 作業的選項。

Extends

屬性

abortSignal

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

destinationContainerName

選擇性。 指定還原容器的新名稱。 如果未指定此名稱,將會使用其原始名稱。

tracingOptions

設定啟用追蹤時所建立範圍的選項。

屬性詳細資料

abortSignal

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

abortSignal?: AbortSignalLike

屬性值

AbortSignalLike

destinationContainerName

警告

此 API 現已淘汰。

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

選擇性。 指定還原容器的新名稱。 如果未指定此名稱,將會使用其原始名稱。

destinationContainerName?: string

屬性值

string

tracingOptions

設定啟用追蹤時所建立範圍的選項。

tracingOptions?: OperationTracingOptions

屬性值

OperationTracingOptions