ExportConfigurationsUpdateResponse type
Contiene i dati di risposta per l'operazione di aggiornamento.
type ExportConfigurationsUpdateResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}