共用方式為


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>