ExportConfigurationsListResponse type
Contém dados de resposta para a operação de lista.
type ExportConfigurationsListResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}