Delen via


ComponentsCreateOrUpdateResponse type

Bevat antwoordgegevens voor de createOrUpdate-bewerking.

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