ExportConfigurationsUpdateResponse type
يحتوي على بيانات الاستجابة لعملية التحديث.
type ExportConfigurationsUpdateResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}