Partager via


ComponentsGetResponse type

Contient des données de réponse pour l’opération get.

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