ExportConfigurationsCreateResponse type
包含建立作業的響應數據。
type ExportConfigurationsCreateResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}