AnalyticsItemsPutResponse type
包含放置作業的響應數據。
type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem
}
}