ExportConfigurationsListResponse type
Содержит данные ответа для операции списка.
type ExportConfigurationsListResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}