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