ComponentsUpdateTagsResponse type
Zawiera dane odpowiedzi dla operacji updateTags.
type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}