ExportConfigurationsListResponse type
Contains response data for the list operation.
type ExportConfigurationsListResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}