ResourceGroupExportResult interface
资源组导出结果。
属性
| error | 模板导出错误。 |
| output | 格式化的导出内容。 如果 outputFormat 设置为“Bicep”,则使用。 |
| template | 模板内容。 如果 outputFormat 为空或设置为“Json”,则使用。 |
属性详细信息
error
output
格式化的导出内容。 如果 outputFormat 设置为“Bicep”,则使用。
output?: string
属性值
string
template
模板内容。 如果 outputFormat 为空或设置为“Json”,则使用。
template?: Record<string, unknown>
属性值
Record<string, unknown>