Compartir a través de


ServicesListNextResponse type

Contiene datos de respuesta para la operación listNext.

type ServicesListNextResponse = DataMigrationServiceList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataMigrationServiceList
  }
}