ExportConfigurationsUpdateResponse type
包含更新作業的回應數據。
type ExportConfigurationsUpdateResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}