共用方式為


BackupItemPropertiesOutput interface

BackupItem 資源特定屬性

屬性

blobName

包含此備份數據的 Blob 名稱。

correlationId

唯一相互關聯標識碼。 請與 Azure 支援通訊時,搭配時間戳一起使用。

created

備份建立的時間戳。

databases

備份中包含的資料庫清單。

finishedTimeStamp

此備份完成時的時間戳。

id

備份的標識碼。

lastRestoreTimeStamp

上次使用此備份之還原作業的時間戳。

log

有關此備份的詳細數據。 可能包含錯誤訊息。

name

此備份的名稱。

scheduled

True 是表示 如果因為觸發排程而建立此備份。

sizeInBytes

以位元組為單位的備份大小。

status

備份狀態。

storageAccountUrl

包含此備份之記憶體帳戶容器的SAS URL。

websiteSizeInBytes

已備份的原始 Web 應用程式大小。

屬性詳細資料

blobName

包含此備份數據的 Blob 名稱。

blobName?: string

屬性值

string

correlationId

唯一相互關聯標識碼。 請與 Azure 支援通訊時,搭配時間戳一起使用。

correlationId?: string

屬性值

string

created

備份建立的時間戳。

created?: string

屬性值

string

databases

備份中包含的資料庫清單。

databases?: DatabaseBackupSettingOutput[]

屬性值

finishedTimeStamp

此備份完成時的時間戳。

finishedTimeStamp?: string

屬性值

string

id

備份的標識碼。

id?: number

屬性值

number

lastRestoreTimeStamp

上次使用此備份之還原作業的時間戳。

lastRestoreTimeStamp?: string

屬性值

string

log

有關此備份的詳細數據。 可能包含錯誤訊息。

log?: string

屬性值

string

name

此備份的名稱。

name?: string

屬性值

string

scheduled

True 是表示 如果因為觸發排程而建立此備份。

scheduled?: boolean

屬性值

boolean

sizeInBytes

以位元組為單位的備份大小。

sizeInBytes?: number

屬性值

number

status

備份狀態。

status?: "Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created" | "Skipped" | "PartiallySucceeded" | "DeleteInProgress" | "DeleteFailed" | "Deleted"

屬性值

"Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created" | "Skipped" | "PartiallySucceeded" | "DeleteInProgress" | "DeleteFailed" | "Deleted"

storageAccountUrl

包含此備份之記憶體帳戶容器的SAS URL。

storageAccountUrl?: string

屬性值

string

websiteSizeInBytes

已備份的原始 Web 應用程式大小。

websiteSizeInBytes?: number

屬性值

number