Condividi tramite


ComponentsGetResponse type

Contiene i dati di risposta per l'operazione get.

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