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

ResourceGroupExportResult interface

资源组导出结果。

属性

error

模板导出错误。

output

格式化的导出内容。 如果 outputFormat 设置为“Bicep”,则使用。

template

模板内容。 如果 outputFormat 为空或设置为“Json”,则使用。

属性详细信息

error

模板导出错误。

error?: ErrorResponse

属性值

output

格式化的导出内容。 如果 outputFormat 设置为“Bicep”,则使用。

output?: string

属性值

string

template

模板内容。 如果 outputFormat 为空或设置为“Json”,则使用。

template?: Record<string, unknown>

属性值

Record<string, unknown>