ComponentsUpdateTagsResponse type
Contains response data for the updateTags operation.
type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}