ExportConfigurationsUpdateResponse type
Contains response data for the update operation.
type ExportConfigurationsUpdateResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}