Condividi tramite


ComponentsCreateOrUpdateResponse type

Contiene i dati di risposta per l'operazione createOrUpdate.

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