AnalyticsItemsGetResponse type
Contient des données de réponse pour l’opération get.
type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem
}
}