ComponentsUpdateTagsResponse type
Contient des données de réponse pour l’opération updateTags.
type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}