Compartir a través de


ComponentsCreateOrUpdateResponse type

Contiene datos de respuesta para la operación createOrUpdate.

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