ExportTemplateRequest interface
匯出資源群組範本要求參數。
屬性
options | 匯出範本選項。 包含下列零個或多個 CSV 格式的列表:'IncludeParameterDefaultValue'、'IncludeComments'、'SkipResourceNameParameterization'、'SkipAllParameterization' |
resources | 要篩選匯出依據的資源標識碼。 若要匯出所有資源,請提供具有單一專案 『*』 的陣列。 |
屬性詳細資料
options
匯出範本選項。 包含下列零個或多個 CSV 格式的列表:'IncludeParameterDefaultValue'、'IncludeComments'、'SkipResourceNameParameterization'、'SkipAllParameterization'
options?: string
屬性值
string
resources
要篩選匯出依據的資源標識碼。 若要匯出所有資源,請提供具有單一專案 『*』 的陣列。
resources?: string[]
屬性值
string[]