UpdatesGetOperationsNextResponse type    
Contains response data for the getOperationsNext operation.
type UpdatesGetOperationsNextResponse = PageableListOfOperations & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfOperations
  }
}