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