ExportConfigurationsUpdateResponse type
Obsahuje data odpovědi pro operaci aktualizace.
type ExportConfigurationsUpdateResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}