ComponentsUpdateTagsResponse type
Bevat antwoordgegevens voor de updateTags-bewerking.
type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}