ComponentsUpdateTagsResponse type
Содержит данные ответа для операции updateTags.
type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}