共用方式為


ProtectionContainerOperationResults interface

代表 ProtectionContainerOperationResults 的介面。

方法

get(string, string, string, string, string, ProtectionContainerOperationResultsGetOptionalParams)

擷取容器上任何作業的結果。

方法詳細資料

get(string, string, string, string, string, ProtectionContainerOperationResultsGetOptionalParams)

擷取容器上任何作業的結果。

function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, operationId: string, options?: ProtectionContainerOperationResultsGetOptionalParams): Promise<ProtectionContainerResource>

參數

vaultName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源群組名稱。

fabricName

string

與容器相關聯的網狀架構名稱。

containerName

string

應擷取其資訊的容器名稱。

operationId

string

作業標識碼,表示需要擷取其結果的作業。

傳回