ExportConfigurationsUpdateResponse type
包含更新作的响应数据。
type ExportConfigurationsUpdateResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}