Partilhar via


ComponentsUpdateTagsResponse type

Contém dados de resposta para a operação updateTags.

type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponent
  }
}