你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

表示需要提取其结果的作的作 ID。

返回