Condividi tramite


ComponentsUpdateTagsResponse type

Contiene i dati di risposta per l'operazione updateTags.

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